- Clone infrastructure, backend, and frontend repositories.
- Setup infrastructure, backend, and frontend dependencies.
- Run the infrastructure, backend, and frontend services.
Install the dependencies:
bun install
Start the dev server:
bun run start
Build the app for production:
bun run build
Preview the Production build product:
bun run preview
Clear persistent cache local files
bun run clean