- Node.js >= 20.17.0
- pnpm >= 9.13.0
pnpm i# Start web app and chopsticks
pnpm dev:all
Go to http://localhost:3000 to access the UI.
To lint the codebase, run the following command:
pnpm lintThis will check for code quality and style issues across the entire monorepo.
To run the tests, use the following command:
pnpm testCheck out the NOTICE.md file for more details.