fix mistakes regarding license/contributing in README

This commit is contained in:
Niko Lockenvitz 2020-08-07 18:24:50 +02:00
parent be853dbe74
commit 72ab296065
No known key found for this signature in database
GPG key ID: 9403BD1956FFF190

View file

@ -43,28 +43,15 @@ The app is build and deployed to https://fancy-flashcard.github.io/ffc on every
## Contributing
Feel free to report bugs or ideas via [Issues](issues).
Also we highly appreciate [Pull Requests](pulls).
Check out the [docs](docs) to get started and see how to set up `Vue.js` below.
Check out the [Contributing Guide](CONTRIBUTING.md) and the [docs](docs) to get started and see how to set up `Vue.js` below.
### 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
```
| Action | Command |
| ---------------------------------------- | --------------- |
| 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` |
## License
Distributed under the MIT License. See [LICENSE](LICENSE) for more information.
Distributed under the GPL-2.0 License. See [LICENSE](LICENSE) for more information.