Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amaurycarrade/temps-de-parole
A simple web application to monitor speaking time at conferences, debates, etc.
https://github.com/amaurycarrade/temps-de-parole
Last synced: 28 days ago
JSON representation
A simple web application to monitor speaking time at conferences, debates, etc.
- Host: GitHub
- URL: https://github.com/amaurycarrade/temps-de-parole
- Owner: AmauryCarrade
- Created: 2021-05-03T16:10:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-27T10:40:37.000Z (over 1 year ago)
- Last Synced: 2024-05-01T20:30:48.455Z (8 months ago)
- Language: Vue
- Homepage: https://amaurycarrade.github.io/temps-de-parole/
- Size: 476 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# temps-de-parole
## 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/).