Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 535 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 535 Bytes

ScissorsPaper.Rocks

ScissorsPaper.Rocks is an example webpage for how to run cellular automata in a browser using WebGL. You can read more about it here.

Local Development

Should be as simple as:

git clone [email protected]:two-twelve/scissorspaper.rocks.git
cd scissorspaper.rocks
npm install
npm run watch

Production Deployment

Our production deployment is built by Cloudflare Pages using Node 16. Pages runs npm run build and publishes the dist directory.