Web application to explore and visualize cellular automata
public | ||
src | ||
.eslintrc.js | ||
.gitignore | ||
babel.config.js | ||
docker-compose.yml | ||
Dockerfile | ||
package-lock.json | ||
package.json | ||
README.md | ||
vue.config.js |
explorata
Explore 1D and 2D cellular automata, with a few bells and whistles.
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint