https://callumferguson.github.io/reaction-diffusion/github-page/reaction-diffusion/
This repository also contains and infinite grid game of life on and older commit
- clone repo
git clone https://github.com/CallumFerguson/reaction-diffusion
- cd into hotreloader
cd reaction-diffusion/hotreloader
- install npm dependencies
npm install
- start the hotreloader
- this will run wasm-pack and host a server at http://127.0.0.1:3000
- it may take a minute the first time it compiles
- if anything changes in src, it will recompile and refresh the webpage
npm start