Monorepo for Bangmod Hackthon 2023 registration platform using Turborepo and Yarn.
For Autograder, we use Codern (legacy).
/appsSubprojects included frontend and backend/backendAll backend services (Springpress)/registerRegistration platform (Preact)
/sharedShared packages used by/apps/tailwindTailwind CSS config and common stylesheets/vite-preact-tsVite & TypeScript base config
Each app will be started in development server in difference port:
- Backend: http://localhost:3000
- Registration: http://localhost:3001
Each project can also be run individually
yarn dev:backend
yarn dev:registration
or, to develop all apps and packages
yarn dev
