| public | ||
| src | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc | ||
| AGENTS.md | ||
| Caddyfile | ||
| Dockerfile | ||
| orval.config.ts | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| rsbuild.config.ts | ||
| tsconfig.json | ||
Rsbuild project
Setup
Install the dependencies:
pnpm install
Get started
Start the dev server, and the app will be available at http://localhost:3000.
pnpm run dev
Build the app for production:
pnpm run build
Preview the production build locally:
pnpm run preview
Learn more
To learn more about Rsbuild, check out the following resources:
- Rsbuild documentation - explore Rsbuild features and APIs.
- Rsbuild GitHub repository - your feedback and contributions are welcome!