snowballtools-base/README.md

24 lines
497 B
Markdown
Raw Permalink Normal View History

# snowballtools-base
2024-06-22 22:05:26 +00:00
This is a [yarn workspace](https://yarnpkg.com/features/workspaces) monorepo for the dashboard.
2024-06-22 22:05:26 +00:00
## Getting Started
2024-06-22 22:05:26 +00:00
### Install dependencies
2024-06-22 22:05:26 +00:00
In the root of the project, run:
2024-06-22 22:05:26 +00:00
```zsh
yarn
```
2024-06-22 22:05:26 +00:00
### Build backend
2024-06-22 22:05:26 +00:00
```zsh
yarn build --ignore-frontend
```
2024-06-22 22:05:26 +00:00
### Environment variables, running the development server, and deployment
2024-06-22 22:05:26 +00:00
Follow the instructions in the README.md files of the [backend](packages/backend/README.md) and [frontend](packages/frontend/README.md) packages.