Run the develoment server
You will need nodeJS installed on your machine, then run the following once:
npm install -g gulp-cli
npm install
Run the following every time you want to start the development server:
gulp
Hit ctrl + C
to stop the server.
Contributing
Use the coding style recommended by codeguide.co.
Open issues and pull requests at this repo.
HTML
HTML files are found in /app/
.
CSS
To add styles, edit the files in /scss/
- use Sass if possible (regular CSS will work too).
JavaScript
Edit /app/static/js/custom.js
(this will change in the future). jQuery is available.
Translating
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.
License
The files in this repository are licensed under MIT license. See LICENSE.