- Node.js
- Docker Desktop
- VS Code
Clone the repo, then run:
npm install # Install project dependencies
npm run dev # Run the app
npm run dev # Create a hot-reloading app
npm run lint # Lint the project
npm run typecheck # Type-check the project
npm run build # Build application for deployment
-
Pushes to
main
will get deployed to production, so all development should be done in dedicated branches. -
Checkout a topic branch from the relevant branch (i.e.
main
), and merge back against that branch.