Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 556 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 556 Bytes

k2020game

#Agentenspiel für K2020.

URL des Spiels: http://agent.k2020.berlin URL des Projekts: http://k2020.berlin

##Requirements:

  • node
  • npm
  • gulp

##Installation:

git clone ...
npm install
gulp

Läuft auf: http://localhost:8000

##Texte ändern

Interface: src/yaml/template.yaml Spieltexte: src/yaml/game.yaml

Danach:

  • gulp
  • [testen]
  • [commit to git repository]
  • [deploy]

##Deployment

Live Version läuft auf: http://k2020game.herokuapp.com/

Zum deployen das git repository to heroku pushen (Siehe Anleitungen bei Heroku)