Skip to content

IL55/js-cellular-automate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Circle CI

js-cellular-automate

This project was inspired by book from Stephen Wolfram, A new kind of science.

Some of simple cellular automates, with using React.js and svg.

Client produce svg images, you can it export (from browser) for future use. Also you can study cellular automates by changing automate rules and observe the result.

Online build available here: http://js-cellular-automate.herokuapp.com

This project is generated with yo react-webpack generator

Build & development

server (just for hosting react client)

We use simple node.js server, for hosting in production, but may be in future we move some (slowly) functionality to server.

npm install

node index.js

react.js client

cd client

Run grunt build for building distributive for production.

and grunt serve for developer preview.

Testing

Running grunt test will run the unit tests with karma.

Continues integration

we use CircleCI inspired by javascripting.com blog post

Last master branch build deploys to Heroku: http://js-cellular-automate.herokuapp.com

About

generate some kind of cellular automata JS on client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages