Spectacular Cellular Automata
    Preparing search index...

    Spectacular Cellular Automata

    1. Install node.
    2. In the project directory, run npm install to install dependencies.
    • Use npm run dev. This will serve the website locally with hot reloading[^1].
    • Use npm run test.
    1. Use npm run build to build the project, this will create a bundle in dist/.
    2. Use any web server to serve the files in dist/. An easy way to do this locally is using npm run preview.

    [^1]: When you save changes in the project directory, the program will automatically reload the webpage in your browser reflecting those changes.