Files
Timetable-V2/README.md
2022-04-29 17:05:53 +02:00

26 lines
256 B
Markdown

# Timetable V2
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Compile and Minify for Production
```sh
npm run build
```
### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```