sleddog / chess

Chess by Devin Gray
www.devingray.com/chess
MIT License
5 stars 13 forks source link

Improve local development story - HTML only on the client (remove PHP) #6

Open sleddog opened 7 years ago

sleddog commented 7 years ago

Currently there is no way to run this chess app locally. This ticket will attempt to provide a much better local development story.

After switching to a GO only renderer (no PHP) see issue #9 this ticket could simply clean up the README with better instructions.

sleddog commented 7 years ago

bump

I think we could make this an entire HTML file to expedite local development. This ticket would remove PHP all together and allow this to run directly on the browser.