Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/karenanndonnachie/CreativeCoding2019Repo

RMIT_creativeCoding_2019
https://github.com/karenanndonnachie/CreativeCoding2019Repo

Last synced: 6 days ago
JSON representation

RMIT_creativeCoding_2019

Awesome Lists containing this project

README

        

# CreativeCoding2019Repo
RMIT_creativeCoding_2019

This is where you will find the documentation of our Creative Coding Course.
Please set up your own github repository to store your sketches/code and software.
Each week you will make a new folder with (at least) a README.md with one or more screenshots of the work you have done in class + any completed homework tasks.
You will also put your code from your homework in these folders—your homework should be your own original code.
You will tell me your github address in class and I will add it to this document.

Look in each week's /code folder for snippets from the weekly workshops.
Each week's 'readme' will have links to artists.
Each week will be listed here as it gets activated.

_____________________________________
FAQ

How do I create a GitHub repository?
1. In the upper-right corner of any Github page, click '+', and then click New repository.
2. Type a short, memorable name for your repository. ...
3. Optionally, add a description of your repository. ...
4. Choose between creating a public or private repository. ...
5. Select Initialize this repository with a README.
6. Click Create repository.

How do I add a folder to my github repo?
1. Select "Create new file"
2. When prompted to name the file add a directory (with forward slash) before the name... eg. /Week 2/README.md the directory (folder and new "README.md" will get added automatically)
3. Edit your new "README"

How do I add an image to my 'README.md' files?
1. You can add images by uploading the image to the same folder (please keep them light jpg format <200kb).
2. Then, you show your image on your "README" page by using general html markup, eg `` (or similar).
_____________________________________