Skip to content

iccsw/iccsw.doc.ic.ac.uk.2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iccsw.doc.ic.ac.uk/2015

Powered by Node.js and Wintersmith.

Getting started

Installing dependencies

Install NodeJS then run the following in root of the source tree.

$ npm install

This will read the package.json file and install the required dependencies locally into a node_modules folder.

Testing

Run the following in the root of the source tree.

$ grunt preview

This will launch a mini webserver hosting the generated content which you can use to test your changes. It will automatically regenerate the pages when you modify files so you don't need to start/stop this when you change source files.

The URL is http://localhost:8080/2015/index.html.

Deploying

Run the following in the root of the source tree.

$ grunt deploy

Releases

No releases published

Packages

No packages published