Go to file
2026-04-15 19:29:22 +03:00
public wip 2026-04-15 18:57:24 +03:00
src baseurl 2026-04-15 19:29:22 +03:00
.gitignore wip 2026-04-15 18:57:24 +03:00
.prettierignore wip 2026-04-15 18:57:24 +03:00
.prettierrc wip 2026-04-15 18:57:24 +03:00
AGENTS.md wip 2026-04-15 18:57:24 +03:00
Caddyfile wip 2026-04-15 18:57:24 +03:00
Dockerfile wip 2026-04-15 18:57:24 +03:00
package.json wip 2026-04-15 18:57:24 +03:00
pnpm-lock.yaml wip 2026-04-15 18:57:24 +03:00
README.md wip 2026-04-15 18:57:24 +03:00
rsbuild.config.ts wip 2026-04-15 18:57:24 +03:00
tsconfig.json wip 2026-04-15 18:57:24 +03:00

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: