1 00:00:00,533 --> 00:00:09,514 Hello. In this video, I'm going to look at how to work on your p5.js sketch, or 2 00:00:09,514 --> 00:00:16,768 really any HTML, Javascript, CSS combo thingamabob, outside of / in any old text 3 00:00:16,768 --> 00:00:21,786 editor by running a local server on your laptop. Now, what does that mean? 4 00:00:21,786 --> 00:00:25,263 Actually, I'm going to use the whiteboard for a second. So, let's just think about 5 00:00:25,263 --> 00:00:29,264 the internet, and the web, and all that stuff for a second. So, you are making a 6 00:00:29,264 --> 00:00:33,631 webpage and you have a laptop. And to make your webpage, you're maybe editing 7 00:00:33,631 --> 00:00:36,451 an HTML file. Maybe you have a CSS file. Maybe you have a JavaScript file. And 8 99:59:59,999 --> 99:59:59,999 you're editing all these files. They're just plain text files and you're editing 9 99:59:59,999 --> 99:59:59,999 them in some text editor. So, the text editor I'm going to use happens to be one 10 99:59:59,999 --> 99:59:59,999 called sublime. But