Want to work on bugs at examples page on p5.js-website but I can't GET the pages from examples page on my localhost

I am new to open source contributions and want to work on a bug and improve some code to the ‘examples’ page. Is there any way I can do that?

image

Can you elaborate and share more details about how you are working?
Like are you using VSCode with the Live Server plugin? Did you clone all branches of the p5.js website repo properly?
Most likely, looking at the screenshot you’ve shared, it looks like you are missing some files.
If you aren’t familiar to git, just download this zip file, unzip it and work with it on your editor.
https://github.com/processing/p5.js-website/archive/main.zip

Try doing this and revert back. Hope this helps! :grinning:

Thank you so much again, yeah this zip file is working all fine, and now I can work on all the Examples files. Well, I’m working on Sublime text and using npm run watch to compile it. And I have forked this, https://github.com/processing/p5.js-website.git

1 Like