https://github.com/gorango/audio-scribe
https://github.com/gorango/audio-scribe
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gorango/audio-scribe
- Owner: gorango
- Created: 2019-02-21T22:32:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-22T21:01:33.000Z (almost 7 years ago)
- Last Synced: 2025-01-16T16:22:48.560Z (12 months ago)
- Language: JavaScript
- Size: 92.6 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# recorder
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```