Setup
You should Clone this repository then install dependencies:
npm i
Build
To run the build properly you will need at least Node.js v4.0.
npm run build
The result will be stored in a folder named build
.
How to start the development server
npm run dev
This 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 is from iconfinder.com
Thank You And have a nice day!