Skip to content

arturbiko/conway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published