Web application to explore and visualize cellular automata
Go to file
Ali Gator 6215550ff5 image for readme 2022-12-02 18:16:33 +01:00
src remove active menu from store 2022-12-02 18:11:12 +01:00
.eslintrc.js drawing logic back into component 2022-12-01 20:37:03 +01:00
.gitignore working vue components for 1D automata 2022-01-10 11:13:44 +01:00
.pre-commit-config.yaml linting and formating 2022-12-02 17:11:34 +01:00
.prettierrc.json prettier : indent SFC blocks 2022-12-02 15:54:39 +01:00
Dockerfile style inputs, dockerfile 2022-01-15 21:20:34 +01:00
README.md image for readme 2022-12-02 18:16:33 +01:00
babel.config.js linting and formating. renamed canvas component 2022-11-29 17:31:01 +01:00
docker-compose.yml linting and formating. renamed canvas component 2022-11-29 17:31:01 +01:00
example.png image for readme 2022-12-02 18:16:33 +01:00
favicon.ico updated dependencies for vue 3 and vite 2022-11-29 17:23:37 +01:00
index.html linting and formating. renamed canvas component 2022-11-29 17:31:01 +01:00
package-lock.json removed old dependencies 2022-12-02 17:27:30 +01:00
package.json removed old dependencies 2022-12-02 17:27:30 +01:00
vite.config.js linting and formating. renamed canvas component 2022-11-29 17:31:01 +01:00

README.md

explorata

Explore 1D and 2D cellular automata, with a few bells and whistles.

rules73

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

Customize configuration

See Configuration Reference.

References