konoplayer/apps/playground
2025-03-21 13:54:39 +08:00
..
public feat: temparily save 2025-03-09 02:46:15 +08:00
scripts feat: temp save 2025-03-21 13:54:39 +08:00
src feat: temp save 2025-03-21 13:54:39 +08:00
.gitignore feat: init 2025-03-18 06:21:27 +08:00
package.json feat: temp save 2025-03-21 13:54:39 +08:00
README.md feat: temparily save 2025-03-09 02:46:15 +08:00
rsbuild.config.ts feat: init 2025-03-18 06:21:27 +08:00
tsconfig.json feat: enhance mkv model type 2025-03-20 03:20:44 +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