Modified readme

master
Keith Irwin 2017-03-18 15:58:57 -04:00
parent 1027eab499
commit b8ba018be9
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
1 changed files with 8 additions and 0 deletions

View File

@ -39,12 +39,20 @@ module.exports = {
};
```
You can get API keys at the [google developer's console](https://console.developers.google.com/apis/credentials). You will need to set up approved hosts and auth callbacks. There is more information in [their documentation](https://support.google.com/googleapi/answer/6158857?hl=en).
## Running
```sh
$ npm start
```
Or with [nodemon](https://nodemon.io/):
```sh
$ npm dev
```
## Contributing
Tracman will be updated according to [this branching model](http://nvie.com/posts/a-successful-git-branching-model).