1
0
forked from PGL/Clyde
Clyde/frontend/README.md

22 lines
238 B
Markdown
Raw Permalink Normal View History

2024-02-17 20:48:14 +01:00
# Clyde
This is the frontend side of the Clyde management system
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Compile and Minify for Production
```sh
npm run build
```