This repository contains a p5.js implementation of the Mandelbrot set and a server that stores the calculated images at a specific zoom.
yarn start
- to start the frontend webpack dev server
yarn build
- to build the frontend
yarn serve
- to start the server