Fix contribute section (#77)

* Fix contribute section

* Remove yarn build command
main
Luiz Fernando Rodrigues 7 years ago committed by Michael Fix
parent 0c365218d6
commit 10a4ea2d5a

@ -39,7 +39,7 @@ If you have discovered a bug or have a feature suggestion, feel free to create a
If you'd like to make some changes yourself, see the following: If you'd like to make some changes yourself, see the following:
1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device 1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device
2. Build and start the application: `yarn build && yarn start` 2. Build and start the application: `yarn dev`
3. Finally, submit a [pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/) with your changes! 3. Finally, submit a [pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/) with your changes!
## Authors ## Authors

Loading…
Cancel
Save