1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Improve contributing text (#1093)

This commit is contained in:
Tim Neutkens 2017-02-12 17:45:39 +01:00 committed by Guillermo Rauch
parent e38d81e6c1
commit 66d97744e9

View file

@ -5,6 +5,6 @@ Our Commitment to Open Source can be found [here](https://zeit.co/blog/oss)
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. Install the dependencies: `npm install` 2. Install the dependencies: `npm install`
3. Run `npm link` to link the local repo to NPM 3. Run `npm link` to link the local repo to NPM
4. Run npm run build in a new terminal to build and watch for code changes 4. Run `npm run build` to build and watch for code changes
5. Then npm link this repo inside any example app with `npm link next` 5. Then npm link this repo inside any example app with `npm link next`
6. Then you can run your example app with the local version of Next.js (You may need to re-run the example app as you change server side code in the Next.js repository) 6. Then you can run your example app with the local version of Next.js (You may need to re-run the example app as you change server side code in the Next.js repository)