Strive library
Steps for setting up the development environment
- You should have node and yarn preinstalled
- Go to the root folder and install the packages by executing
yarn install
- Run the development server by running
yarn dev
- As you make changes in the files, the strive.js bundle is built and saved to dist folder automatically
- You can see this change immediately in the sample p5 sketch in dist folder which has strive.js added as a script