Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 294 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 294 Bytes

Vorlon.JS Site

Develop

npm install # install dependencies
npm start   # starts grunt development server, autowatches for changes

Now open http://localhost:9001 to see the site.

Build

npm install   #install dependencies
npm run build #builds jade/stylus -> html/css