eugeneration / HappyIslandDesigner

https://eugeneration.github.io/HappyIslandDesigner/
MIT License
835 stars 143 forks source link

Add basic docs for local development #30

Closed ssteigen closed 4 years ago

ssteigen commented 4 years ago

(also ignore .DS_Store)

eugeneration commented 4 years ago

Because my project is setup horribly and just uses raw HTML and JS, the only thing you need for local development is one command:

Go to the directory and run: python -m SimpleHTTPServer

Then go to localhost:8000