Skip to content

Commit

Permalink
Update and rename contributing.md to CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Oct 20, 2017
1 parent 1d3b5cd commit 1b18bc6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions contributing.md → CONTRIBUTING.md
Expand Up @@ -3,6 +3,8 @@
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. Install the dependencies: `npm install`.
3. Run `npm link` to link the local repo to NPM.
4. Run `npm run build` to build and watch for code changes.
4. Run `npm run build` to build or `npm run watch` to build and watch for code changes.
5. Then npm link this repo inside any example app with `npm link nuxt`.
6. Then you can run your example app with the local version of Nuxt.js (You may need to re-run the example app as you change server side code in the Nuxt.js repository).
6. Then you can run your example app with the local version of Nuxt.js (You may need to re-run the example app as you change server side code in the Nuxt.js repository).

Make sure to add tests into `test/` directory and try them with `npm test` before making a pull request.

0 comments on commit 1b18bc6

Please sign in to comment.