Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 626 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 626 Bytes

Nitro 2

Installation

Nitro 2 is written in CoffeeScript and uses the SpineJS framework.

Spine uses the Hem dependency management tool. You'll need it to build and run Nitro 2.

Install Hem and dependencies

npm install -g hem
git clone <repo> nitro
cd nitro
npm install .

Start Hem Server

hem server

You should be open up http://localhost:9294 and be using Nitro 2.

Build Nitro

hem build

This will compile and minify the app into the public folder.