What?

This is a simple template for writing p5 scripts. The goals are:

  • Hot reload and live updates
  • Type hints and IDE support via Typescript

Run npm run dev to run a development server

Run npm run build to generate a site under the dist/ dir.