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

MicrosoftDX/VorlonJSWeb

Repository files navigation

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