# 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

**URL:** https://discourse.processing.org/t/want-to-work-on-bugs-at-examples-page-on-p5-js-website-but-i-cant-get-the-pages-from-examples-page-on-my-localhost/27329
**Category:** Development
**Created:** [January 24, 2021, 8:15am UTC](https://discourse.processing.org/t/want-to-work-on-bugs-at-examples-page-on-p5-js-website-but-i-cant-get-the-pages-from-examples-page-on-my-localhost/27329 "2021-01-24T08:15:19Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Shubham](https://avatars.discourse-cdn.com/v4/letter/s/85e7bf/32.png) [@Shubham](https://discourse.processing.org/u/Shubham)
#### Post date: [January 24, 2021, 8:15am UTC](https://discourse.processing.org/t/want-to-work-on-bugs-at-examples-page-on-p5-js-website-but-i-cant-get-the-pages-from-examples-page-on-my-localhost/27329/1 "2021-01-24T08:15:19Z")

</div>

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](https://canada1.discourse-cdn.com/flex036/uploads/processingfoundation1/original/2X/c/cfaa65bfb5011f618e2cdfce4503e3ab5468dd2a.png)

---

<div class="post-metadata">

### Author: ![Sierra\_Alpha\_Romeo.P](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/sierra_alpha_romeo.p/32/11571_2.png) [@Sierra\_Alpha\_Romeo.P](https://discourse.processing.org/u/Sierra_Alpha_Romeo.P)
#### Post date: [January 25, 2021, 12:01pm UTC](https://discourse.processing.org/t/want-to-work-on-bugs-at-examples-page-on-p5-js-website-but-i-cant-get-the-pages-from-examples-page-on-my-localhost/27329/2 "2021-01-25T12:01:44Z")

</div>

> [@Shubham](#):
>
> . Is there any way I can do that?

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](https://github.com/processing/p5.js-website/archive/main.zip)

Try doing this and revert back. Hope this helps! 😀

---

<div class="post-metadata">

### Author: ![Shubham](https://avatars.discourse-cdn.com/v4/letter/s/85e7bf/32.png) [@Shubham](https://discourse.processing.org/u/Shubham)
#### Post date: [January 25, 2021, 2:13pm UTC](https://discourse.processing.org/t/want-to-work-on-bugs-at-examples-page-on-p5-js-website-but-i-cant-get-the-pages-from-examples-page-on-my-localhost/27329/3 "2021-01-25T14:13:22Z")

</div>

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](https://github.com/processing/p5.js-website.git)
