# 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/`