snowballtools-base/README.md
Nabarun Gogoi 4f6a523f56
Create layout for home page (#6)
* 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>
2023-12-11 20:05:34 +05:30

28 lines
405 B
Markdown

# snowballtools
- Clone the `snowballtools` repo
```bash
git clone git@github.com:deep-stack/snowballtools.git
```
- In root of the repo, install depedencies
```bash
yarn
```
- Change directory to `packages/frontend`
```bash
cd packages/frontend
```
- Start the React application
```bash
yarn start
```
- The React application will be running in `http://localhost:3000/`