Description
So I was redirected here from this forum post: https://discourse.processing.org/t/helping-a-teacher-with-the-web-editor/13822
Like I said on the forum, my name is Leo and I’m a teacher for an ONG in the favelas of Brazil that focuses in delivering STEAM education to poor children in my local region.
We’re planning to do some coding classes with them, and the easy of use of the p5.js certainly got our attention. Sadly, we cant always realy on internet access here.
We do have an internal websites with activities that students can access when the internet is down (wich is frequent occurrance). So with my very, very, veeeery limited knowledge of programming, I'm trying to make the web editor on our network.
The main thing I want to do is have a default folder on the sidebar that has two images, one is our ONG logo and the other is the ONG mascot. So we can have an easy hello world where they can work with images.
I was able to create an default folder and show it, creating a new constant in the files.js, but I'm lost as how I can upload images.
My other question is dumb one, but I really dont know much about Js or Node. How can I host my "version" of the Web Editor ? I mean, I've been making the adjustments on the Visual Studio Code and checking it out with npm start, but I'm pretty sure thats only for testing purposes.
I know this question is a bit different from the others around here, but seems like a good place to help me use this great tool to teach kids in a social vulnerability state, as is our job here.
I know there’s a github for the Web Editor, but I’m quite lost on what I should do to put the editor on our website.