|
|
2 weeks ago | |
|---|---|---|
| .storybook | 2 months ago | |
| .vscode | 2 months ago | |
| plugins | 1 month ago | |
| public | 2 months ago | |
| src | 2 weeks ago | |
| .env.development | 1 month ago | |
| .env.production | 2 weeks ago | |
| .gitignore | 1 month ago | |
| AGENTS.md | 2 months ago | |
| README.md | 2 months ago | |
| biome.json | 2 months ago | |
| dist.zip | 2 weeks ago | |
| index.html | 2 weeks ago | |
| package-lock.json | 2 weeks ago | |
| package.json | 2 weeks ago | |
| postcss.config.mjs | 2 months ago | |
| rsbuild.config.ts | 2 weeks ago | |
| tsconfig.json | 2 months ago |
Install the dependencies:
npm install
Start the dev server, and the app will be available at http://localhost:3000.
npm run dev
Build the app for production:
npm run build
Preview the production build locally:
npm run preview
To learn more about Rsbuild, check out the following resources: