setup
Clone this repository then install dependencies:
npm ibuild
To run the build properly you will need at least Node.js v4.0.
npm run buildThe result will be stored in a folder named build.
How to start the development server
npm run devThis command will run:
- a web server that serves your static built files on the 3000 port.
- a watcher that will rebuild your files and update your locale keys eacht time you change something.
We use JSON key-value files to store all the locales. These files are located
inside the src/locales folder.
- The build engine of the website is based on Metalsmith (a static website generator).
- The templates are written with Handlebars.
- Stylesheets are written with Stylus
Icons come from iconfinder.com