Generates a maze and maze animation using recursive depth-first search.
Live Demo: https://www.animatedmaze.com/
npm run start
npm run build
To build the custom maze module (outputs to /src/tests/):
npm run build-maze-browser
npm run build-maze-instance
npm run docs