Hacker News new | past | comments | ask | show | jobs | submit login

What's the simplest way to run it locally? I don't necessarily want to upload it to gh-pages, but simply opening the html won't work either.



Make a copy of life.example.md, rename it to life.md, edit it. Run the page on a local server.


I didn't realize until far too recently that Python includes a built-in web server: 1. git clone https://github.com/cheeaun/life.git 2. cd life 3. python -m SimpleHTTPServer 8000 4. http://localhost:8000/


Thanks. For anyone in the same position - Anvil is a good option for that.

http://anvilformac.com/




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: