Skip to content

Commit

Permalink
Merge branch 'master' into room-preview-params
Browse files Browse the repository at this point in the history
  • Loading branch information
gok99 committed Jun 16, 2021
2 parents 96f43d8 + 7eb552a commit dd11954
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Coverage Status](https://coveralls.io/repos/github/source-academy/cadet-frontend/badge.svg?branch=master)](https://coveralls.io/github/source-academy/cadet-frontend?branch=master)
[![License](https://img.shields.io/github/license/source-academy/cadet-frontend)](https://github.com/source-academy/cadet-frontend/blob/master/LICENSE)

The Source Academy (<https://source-academy.github.io/>) is an immersive online experiential environment for learning programming, developed in the School of Computing at the National University of Singapore. This repository houses the sources for the frontend of the Source Academy, written in ReactJS with Redux.
The Source Academy (<https://source-academy.github.io/>) is an immersive online experiential environment for learning programming. It is developed by a community of learners (also called "Source Academy") who use the book [Structure and Interpretation of Computer Programs, JavaScript Adaptation](https://source-academy.github.io/interactive-sicp) (SICP JS). This repository houses the sources for the frontend of the Source Academy, written in ReactJS with Redux.

## Features
- Playground to write and test programs
Expand All @@ -15,7 +15,7 @@ The Source Academy (<https://source-academy.github.io/>) is an immersive online

## Getting Started

### Installation of Public Edition (playground only, no backend)
### Installation of Source Academy (latest version [available in GitHub Pages](https://source-academy.github.io/))

1. Install a stable version of NodeJS. The active LTS or current version should work fine.
2. Clone this repository and navigate to it using "cd" in your command line or shell tool.
Expand All @@ -25,7 +25,7 @@ The Source Academy (<https://source-academy.github.io/>) is an immersive online

In this edition, you will only see the Playground with all its tools, but no login options or homework submission features. For this edition, there is no need for "Setting up your environment".

### Installation of Course Edition
### Installation of Source Academy @ NUS (access [latest production version here](https://sourceacademy.nus.edu.sg))

1. Install a stable version of NodeJS. The active LTS or current version should work fine.
2. Clone this repository and navigate to it using "cd" in your command line or shell tool.
Expand Down

0 comments on commit dd11954

Please sign in to comment.