Skip to content

katzgrau/hour-of-code-developer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hour of Code: Developer Studio

An app for running collaborative coding excersizes/demos in javascript. Pretty rudimentary, but not bad for about 8 hours/work total.

Get Set Up On Your Own Computer

Here are some very technical instructions for installing and running. It's not really geared toward totally novice users, but with enough effort, you can get it running.

  1. Install git (google: install git)
  2. Install node (google: nodejs)
  3. Open a command window (Terminal.app in Mac OSX)
  4. Navigate to your favorite directory (or just do nothing)
  5. Run: git clone [email protected]:katzgrau/hour-of-code-developer.git
  6. Run: cd hour-of-code-developer
  7. Run: npm install
  8. Run: npm start
  9. Open a browser to http://127.0.0.1:5000/

About

An app for leading coding intro/exercises for a large group

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published