Artcode monorepo boilerplate Running the generative art environment All generative code is housed in art. To run a development environment: $ yarn start visit localhost:1234 to see the results. To build the generative art code, run: $ yarn build