-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
❓ How Do I Set Up My Development Environment? ❓ #2672
Comments
i would setup using suggest docker. follow the steps for the project installation using docker.that's how i did it on my local machine and it worked. and do not forgot to put your github API credentials. |
Go through the development installation guide or simply download docker desktop and run these three command in your local folder:
Wait for every command until it is executed (cause it takes time) Then then you can navigate to http://localhost:8000/ in your browser |
Hi, I've been trying to set up my local development environment using docker (I've docker desktop installed) after the recent release for a few days. However, whenever I try to build my docker image using
A more detailed error log is this:
I've checked my network connection, it's pretty stable. Moreover, I've not manually set my proxies for docker desktop. I also tried uninstalling and installing docker desktop again. But, nothing worked. Can someone help me identify the source of this error? I'll really appreciate it, thanks. Update: |
@raclim after installing the setup manually i ran "npm install", after doing that i got few vulnerabilities/issues and it advised me to do "npm audit fix", shall i proceed with this "npm audit fix" command? |
@ayeshag7 Sorry for missing this, glad you were able to figure it out! @ShreyaBarsude02 No, it'd be best to not run that command! Running |
To set up development Environment on your local machine these are the step you need to do. you should have docker and docker compose installed in your system.
That's it. Now you can start contributing. |
@macayu17 are you following manual installation or docker installation? |
@Sudarshan-21 I was doing docker installation. |
@macayu17 restarting your docker might work |
@Sudarshan-21 I tried it but the issue persists. |
@macayu17 Do the following checks: installed node, nvm, git and try restarting the project itself by reinstalling everything. also remember running "npm install" in the console. Hope it helps. |
@macayu17 I apologize for the late reply. I hope that you were able to fix this issue. Were you? |
@ayeshag7 Nope it still persists. |
|
I am also facing the same issue after I synced my fork repo 2 days ago. |
I have a isuue regarding , changes i make to the code, I cannot see the changes reflect on the web site untill i restart my docker container/ |
@zukentag I am having the same problem is there any solution. or I am doing something wrong. |
Any update on this?? |
@haarsh157 Did your issue gets resolved ? |
@Ayush-Vish Yes! I removed the docker images and then set up the development environment again. It worked. |
@lindapaiste @raclim Every time I make some changes in code I have to restart my server to see the changes. Is there any way to see changes simultaneously while changing in code cause it take minutes to start the server. Btw I am using docker. |
Question About Setting Up Your Environment
I wanted to highlight this here since we've noticed a few folks ask questions regarding this. We hope this issue serves as a space for folks to share their issues, advice, or any other thoughts they had while setting up their own local development environments!
Relevant Resources
p5.js Web Editor Contributor Docs
Installation Docs for Setting Up Your Dev Environment
The text was updated successfully, but these errors were encountered: