konoplayer/apps/playground
2025-03-09 02:46:15 +08:00
..
public feat: temparily save 2025-03-09 02:46:15 +08:00
src feat: temparily save 2025-03-09 02:46:15 +08:00
.gitignore feat: temparily save 2025-03-09 02:46:15 +08:00
package.json feat: temparily save 2025-03-09 02:46:15 +08:00
README.md feat: temparily save 2025-03-09 02:46:15 +08:00
rsbuild.config.ts feat: temparily save 2025-03-09 02:46:15 +08:00
tsconfig.json feat: temparily save 2025-03-09 02:46:15 +08:00

Rsbuild project

Setup

Install the dependencies:

pnpm install

Get started

Start the dev server:

pnpm dev

Build the app for production:

pnpm build

Preview the production build locally:

pnpm preview