| .gitea/workflows | ||
| .github/workflows | ||
| .husky | ||
| packages | ||
| qwrk/docs/frontend | ||
| scripts | ||
| standards | ||
| .gitignore | ||
| .node-version | ||
| .npmrc | ||
| build-webapp.sh | ||
| docs-readme.md | ||
| DOCUMENTATION.md | ||
| lerna.json | ||
| package.json | ||
| README.md | ||
| tsconfig.doc.json | ||
| tsdoc.json | ||
| typedoc.mjs | ||
| 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.
Development Guidelines
Project Standards
We maintain a set of project-wide standards and conventions in the standards directory. These standards help ensure consistency across the codebase and make it easier for developers to collaborate.
Current standards:
- Component Documentation Standards - Guidelines for documenting components, hooks, and utilities
- Feature Building Process - Standardized approach to building new features from design to implementation