Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 571 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 571 Bytes

Game of Life Logo

https://arturbiko.github.io/conway

Local development

git clone git@github.com:arturbiko/conway.git
npm i
npm run start

Output is served under localhost:8080/build/index.html

Build from source

git clone git@github.com:arturbiko/conway.git
npm i
npm run build

The final output is than available in the /dist folder.