This is a template for a p5.js project that uses the p5.asciify add-on library. It is set up to use Vite as the build tool.
-
Clone this repository.
-
Install the dependencies:
npm install- Start the development server:
npm run devThis will start a development server at http://localhost:5173/ usually. When you make changes to the code, the server will automatically reload the page.
- To build the project for production, run:
npm run buildThis will create a dist folder with the compiled project.