README.md
February 1, 2026 ยท View on GitHub
Prerequisites
- Node.js >= 20.17.0
- pnpm >= 9.13.0
Getting Started
Local Development
1. Install dependencies:
pnpm i
2. Start the development servers:
# Start web app
pnpm dev
Go to http://localhost:3000 to access the UI.
Lint check
To lint the codebase, run the following command:
pnpm lint
This will check for code quality and style issues across the entire monorepo.
Unit tests
To run the tests, use the following command:
pnpm test
Acknowledgements
Check out the NOTICE.md file for more details.