Skip to content
Edmund edited this page Sep 4, 2017 · 1 revision

To develop using One-Nexus, the machine being used to develop must have the following tools installed:

To get started, obtain a fresh copy of One-Nexus:

git clone https://github.com/esr360/One-Nexus.git

Next, install the required dependencies:

npm install

Finally, build all assets and deploy to a localserver:

grunt

You can now access the deployed app in your browser by visiting http://localhost:3000/ - any changes to the source code will automatically be picked up, re-compiled and re-deployed to the local server on the fly.