aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: f222b6f52692313b6858a67a5a4cadf21ce2fe83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# otonashi

Otonashi is a simple, easy-to-use classboard app, built with Vue 3, Vuetify and ❤️.
This project is libre, and licensed under WTFPLv2, as published by San Hocevar on December 2004.
See the COPYING file for more details.

> Note: Otonashi can be combined with [lively](https://github.com/rocksdanister/lively) for better experience

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).