- Complete the task sketch using the P5.js web editor: https://editor.p5js.org/
- Make sure you regularly save your work.
- When you're ready to submit your work, copy your code into this repository's sketch.js file.
- Open sketch.js and Edit the file (pencil icon, or
e), - Copy in your code from the p5.js web editor.
- Click
Commit changes...when ready to submit.
- Open sketch.js and Edit the file (pencil icon, or
Note
You don't need to worry about all the other files here, but you can optionally edit this README.md file if you want to add any introduction, notes or explanations.
Any questions/problems, email o.thurley@leeds.ac.uk
You can easily view your project as a standalone webpage!
-
Go to your repository Settings (top menu) or
https://[your-username].github.io/[repository-name]/settings/pages -
On the left, select Pages.
-
Under the settings for Build and deployment, set the Branch from None to
master/rootand click Save. -
Your project will automatically deploy:
- GitHub Pages will automatically deploy your project when you push code
- Wait 2-3 minutes for deployment to complete
-
Access your live project:
- Your project will be available at:
https://computational-art-leeds.github.io/[repository-name] - Share this URL with friends or include it in your portfolio!
- Your project will be available at:
Important
Your repository must be set to Public for GitHub Pages to work with the free GitHub plan. This is the default setting, but you can always change this later if you want: Go to Settings > Danger Zone > Change repository visibility...