You will need nodeJS installed on your machine, then run:
npm install
npm startHit ctrl + C to stop the server.
Use the coding style recommended by codeguide.co.
-
HTML files are located in
/app/..njkfiles are template (Nunjucks) files. -
CSS files are located in
/scss/. Use Sass syntax if possible. -
JavaScript files are located in
/js/. All files will be concatenated in alphabetical order unless specified otherwise.
The master branch is automatically deployed.
Translations are managed through Crowdin. If you wish to translate this website into your own language, please open an issue at this repo.
Pull requests are automatically created when a translation is updated.