You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our Commitment to Open Source can be found [here](https://zeit.co/blog/oss)
4
+
5
+
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.
6
+
2. Install the dependencies: `npm install`
7
+
3. Run `npm link` to link the local repo to NPM
8
+
4. Run npm run build in a new terminal to build and watch for code changes
9
+
5. Then npm link this repo inside any example app with `npm link next`
10
+
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)
0 commit comments