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

28 lines
322 B
Markdown
Raw 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
```
### Run Unit Tests with [Vitest](https://vitest.dev/)
```sh
npm run test:unit
```