Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 2.72 KB

File metadata and controls

58 lines (39 loc) · 2.72 KB

Code.org

Welcome! You've found the source code for the Code.org website and the Code Studio platform. Code.org is a non-profit dedicated to expanding access to computer science education. You can read more about our efforts at code.org/about.

Quick start

  1. Install docker
  2. docker-compose up
  3. Open your browser to http://localhost:3000/.

To load our curriculum and locale data, you'll also need to check out these repositories:

NOTE: if you'd like to run without docker, you can follow the instructions in BUILD-STEPS.md.

How to help

Wondering where to start? See our contribution guidelines.

What's in this repo?

Here's a quick overview of the major landmarks:

Documentation

The server for our Code Studio learning platform, a Ruby on Rails application responsible for:

  • Our courses, tutorials, and puzzle configurations
  • User accounts
  • Student progress and projects
  • The "levelbuilder" content creation tools

The JavaScript 'engine' for all of our tutorials, puzzle types and online tools. It gets built into a static package that we serve through dashboard. Though there are currently some exceptions, the goal is that all JS code ultimately lives here, so that it gets the benefit of linting/JSX/ES6/etc. Start here if you are looking for:

Everything else

  • bin: Developer utilities.
  • shared: Source and assets used by many parts of our application.
  • tools: Git commit hooks.