clonkspot / frontend

Fansite for the 2D Platformer Clonk
https://clonkspot.org/
1 stars 2 forks source link

Clonkspot Frontend

This is the frontend of clonkspot's main web pages.

It uses a simple express server for filling in translations on the server-side.

Setup

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.