forked from cerc-io/snowballtools-base
This pull request refactors the main `README.md` by removing detailed backend and frontend setup instructions and adding separate `README.md` files for the backend and frontend with their specific setup and deployment instructions. This makes the main `README.md` cleaner and directs users to specific READMEs for backend and frontend setups. --- |
||
|---|---|---|
| .github/workflows | ||
| .husky | ||
| .vscode | ||
| packages | ||
| scripts | ||
| .gitignore | ||
| .node-version | ||
| .npmrc | ||
| build-webapp.sh | ||
| lerna.json | ||
| package.json | ||
| README.md | ||
| yarn.lock | ||
snowballtools-base
This is a yarn workspace monorepo for the dashboard.
Getting Started
Install dependencies
In the root of the project, run:
yarn
Build backend
yarn build --ignore-frontend
Environment variables, running the development server, and deployment
Follow the instructions in the README.md files of the backend and frontend packages.