mtgweeb/README.md
2024-10-25 23:18:40 +02:00

23 lines
201 B
Markdown

# Rspack Project
## Setup
Install the dependencies:
```bash
npm install
```
## Get Started
Start the dev server:
```bash
npm run dev
```
Build the app for production:
```bash
npm run build
```