Code Monkey home page Code Monkey logo

coding.space's Introduction

coding.space

http://coding.space

screenshot 2017-06-19 at 11 38 11 am

screenshot 2017-06-19 at 11 38 35 am

image

How to contribute to the curriculum

Getting set up

  1. Create an account at https://c9.io -- it'll ask for a credit card, but it won't charge you.

  2. Create a new HTML workspace for you to work on coding.space in.

  3. Create a GitHub account

  4. Fork the coding.space repo to your github account by clicking the Fork button

  5. Clone your forked repo with this command in the Cloud9 terminal:

    git clone https://github.com/YourGithubUsername/coding.space.git
    
  6. Now you can add or edit anything you want without affecting the actual website.

Making changes and additions

  1. Take a look at scratch/ , woof/ , and web/ to familiarize yourself with the directory structure. Make sure you create new files in the right place.

  2. When creating a new untutorial, it's a good idea to make a copy of an existing untutorial, rename it, and use it as a template. That way, you can make sure the style and layout are uniform.

  3. When you're finished making the untutorial, add a screenshot thumbnail of the project to the proper images/ subfolder ( scratch/images/ | woof/images/ | web/images/ ).

  4. Add a link to your new untutorial in the proper index.html file ( scratch/index.html | woof/index.html | web/index.html ) and include the thumbnail. Use your judgment when choosing which level it belongs in.

  5. When your changes are complete, create a new local branch and commit your changes to it. Give your branch a descriptive name, like "catch-the-mouse-untutorial"

    git checkout -b catch-the-mouse-untutorial
    
  6. Then add, commit and push the branch to your github repo.

    git add . -p
    git commit -m "my changes"
    git push 
    
  7. Submit a pull request to the main stevekrouse/coding.space repo and await approval or feedback.

If you want to get quick feedback before pushing your branch and making a pull request, you can send Steve a link to your project/changes on c9.io

Embedding Scratch projects

  • For Scratch projects, to embed step-by-step examples, go to the project page on Scratch, and click "embed" -- you can copy/paste the iframe from there.

Adding Woof projects

  • For Woof projects, please include the code for the full project in the coding.space/woof/code/ directory so that it can serve as the answer key for our teachers.

  • Save all images in thecoding.space/woof/images directory and all audio in the coding.space/woof/audio directory. Do not hard link.

  • Step-by-step examples of the project should be included in the coding.space/woof/snippets directory and linked to from your untutorial.

  • Please don't embed examples for Woof projects as iframes -- they tend to slow things down on woofjs.com. Just include a link instead.

coding.space's People

Contributors

madduccino avatar lewi-g avatar joebeachjoebeach avatar stevekrouse avatar vacquaviva8 avatar nicolekelner avatar awesomeisfree avatar alexraby avatar aas2306 avatar truthgoddess avatar athoma avatar jsdelivrbot avatar rsimari avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.