Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 721 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 721 Bytes

Website http://softwarelondon.net

Software Developer: Seweryn Bidolach

You need to have node

Quick-start

First install wintersmith using npm:

$ npm install wintersmith -g

This will install wintersmith globally on your system so that you can access the wintersmith command from anywhere.

$ npm install

This will install all project dependances

$ wintersmith preview

At this point you are ready to start preview your site. Point your browser to http://localhost:8080 display web page

When done run:

$ wintersmith build

This generates your site and places it in the build/ directory - all ready to be copied to your web server!