Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 233 Bytes

DEVELOPING.md

File metadata and controls

15 lines (11 loc) · 233 Bytes

Running this site locally

Necessary to avoid the CORS errors that are present when just opening index.html in a browser.

python -m SimpleHTTPServer

Compiling battle.js!

cd _src
npm install
npm start