forked from cerc-io/snowballtools-base
* Create layout for sidebar and projects page * Refactor routes for dashboard * Add navigation to sidebar elements * Update README * Remove space in class name --------- Co-authored-by: neeraj <neeraj.rtly@gmail.com>
405 B
405 B
snowballtools
-
Clone the
snowballtoolsrepogit clone git@github.com:deep-stack/snowballtools.git -
In root of the repo, install depedencies
yarn -
Change directory to
packages/frontendcd packages/frontend -
Start the React application
yarn start -
The React application will be running in
http://localhost:3000/