konoplayer/apps/playground
2025-03-27 01:39:11 +08:00
..
public feat: temparily save 2025-03-09 02:46:15 +08:00
src feat: add auto volume support 2025-03-27 01:39:11 +08:00
.gitignore feat: init 2025-03-18 06:21:27 +08:00
package.json feat: refactor folder structure & add new codec parser and gen & add unit tests 2025-03-25 02:38:00 +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: refactor folder structure & add new codec parser and gen & add unit tests 2025-03-25 02:38:00 +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