-
Notifications
You must be signed in to change notification settings - Fork 9
Getting Started
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:
- Git
- Ruby
- Node.js
-
Ruby Sass -
gem install sass
-
Sass-JSON-Vars -
gem install sass-json-vars
-
Grunt-Cli -
npm install -g grunt-cli
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.