This is the frontend of clonkspot's main web pages.
It uses a simple express server for filling in translations on the server-side.
npm install -g grunt-cli coffee-script nodemon
npm install
Then run the server with coffee app.coffee or nodemon app.coffee.
On Windows you can use the run.cmd as a shortcut.