Playing with p5.js
This project is set up to automatically deploy to GitHub Pages using Jekyll and GitHub Actions. The site is built and deployed whenever changes are pushed to the main branch.
To run the Jekyll site locally:
- Install Ruby and Bundler
- Run
bundle install
to install dependencies - Run
bundle exec jekyll serve
to start the local server - Visit
http://localhost:4000/loop5js/
in your browser
The site is automatically deployed to GitHub Pages using the GitHub Actions workflow defined in .github/workflows/jekyll-gh-pages.yml
. No manual deployment is necessary.
Check the live site