Setting up the website for production is easy
- Run
npm installin the root directory to pull in the build dependencies - Run
grunt distto compile and build the site - Setup a webserver to serve the
compiledfolder - Enjoy!
Setting up the website for development is just as easy
- Run
npm installin the root directory - Run
grunt - Run
grunt develop - Visit http://localhost:8080/
- Edit any file and refresh the page!
- Enjoy!
Updating the translations from Transifex is easy too, of course
- Make sure you have the Transifex command-line client installed
- Run
tx pull -ain the root directory - Run
grunt copy:localesto update thelocalesdirectory in thecompiledfolder