Web application to explore and visualize cellular automata
src | ||
tests | ||
.eslintrc.js | ||
.gitignore | ||
.pre-commit-config.yaml | ||
.prettierrc.json | ||
babel.config.js | ||
docker-compose.yml | ||
Dockerfile | ||
example.png | ||
favicon.ico | ||
index.html | ||
package-lock.json | ||
package.json | ||
README.md | ||
vite.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 dev
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint
Format files
npm run format