mtgweeb/README.md

24 lines
201 B
Markdown
Raw Normal View History

2024-10-25 21:18:40 +00:00
# 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
```