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