Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 404 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 404 Bytes

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.