- Clone infrastructure, backend, and frontend repositories.
- Setup infrastructure, backend, and frontend dependencies.
- Run the infrastructure, backend, and frontend services.
Install the dependencies:
bun installStart the dev server:
bun run startBuild the app for production:
bun run buildPreview the Production build product:
bun run previewClear persistent cache local files
bun run clean

