2024-02-23 21:57:34 +00:00
|
|
|
# snowballtools-base
|
2023-12-11 14:35:34 +00:00
|
|
|
|
2024-06-22 22:07:47 +00:00
|
|
|
This is a [yarn workspace](https://yarnpkg.com/features/workspaces) monorepo for the dashboard.
|
2024-02-05 09:26:28 +00:00
|
|
|
|
2024-06-22 22:07:47 +00:00
|
|
|
## Getting Started
|
2023-12-11 14:35:34 +00:00
|
|
|
|
2024-06-22 22:07:47 +00:00
|
|
|
### Install dependencies
|
2023-12-11 14:35:34 +00:00
|
|
|
|
2024-06-22 22:07:47 +00:00
|
|
|
In the root of the project, run:
|
2023-12-11 14:35:34 +00:00
|
|
|
|
2024-06-22 22:07:47 +00:00
|
|
|
```zsh
|
|
|
|
yarn
|
|
|
|
```
|
2023-12-11 14:35:34 +00:00
|
|
|
|
2024-06-22 22:07:47 +00:00
|
|
|
### Build backend
|
2024-01-19 09:52:25 +00:00
|
|
|
|
2024-06-22 22:07:47 +00:00
|
|
|
```zsh
|
2024-06-24 19:00:45 +00:00
|
|
|
yarn build --ignore frontend
|
2024-06-22 22:07:47 +00:00
|
|
|
```
|
2024-01-19 09:52:25 +00:00
|
|
|
|
2024-06-22 22:07:47 +00:00
|
|
|
### Environment variables, running the development server, and deployment
|
2024-02-12 06:04:01 +00:00
|
|
|
|
2024-06-22 22:07:47 +00:00
|
|
|
Follow the instructions in the README.md files of the [backend](packages/backend/README.md) and [frontend](packages/frontend/README.md) packages.
|
2024-07-04 21:44:12 +00:00
|
|
|
|