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
Boris Mann edited this page Feb 19, 2016
·
1 revision
If you'd like to make contributions to the nodal core code itself, here's how to get started
You can use + develop with nodal locally by cloning the repo to ~/nodal and then...
$ cd ~
$ npm link
This will hook up your nodal command globally to the repository you have in ~/nodal.
For testing a project with your development version, once you've performed nodal new to start a project, enter the project directory and type npm link nodal. This will link ~/nodal to node_modules/nodal for the project you're on.