scriptcat-mv3/README.md
2024-10-27 23:28:15 +08:00

201 B

Rspack Project

Setup

Install the dependencies:

npm install

Get Started

Start the dev server:

npm run dev

Build the app for production:

npm run build