hyperbolic-tiling
hyperbolic-tiling copied to clipboard
Current Instructions
Hello Looeee,
I am sitting in Joseph Gallian's office, a colleague of Doug Dunham, wondering how we can make this repository work.
Would you have some directions that we can follow?
Hey, great to hear from you. Very cool that this old project of mine found its way back to the source!
I've added build instructions to the readme. You'll need node.js installed - follow the instructions here for you platform and choose the LTS version. Once that's done, follow these steps:
- Clone or download the repo
- Open a terminal and run
npm installto install the required packages - Once all packages have installed, run
npm start. This will watch code insrc/for changes and start a simple web server. - Open a web browser and navigate to http://localhost:8080 or one of the other addresses logged in the terminal
If you have any other questions feel free to ask.
Also in case you didn't spot it, there's a live version here:
https://eschersketch.lewy.blue/
Thanks!
Digging in!