Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 401 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 401 Bytes

Rosetta

Rosetta is a tool for translating PhET simulations. It is built using the MERN tech stack: MongoDB, Express, React, and Node.

Quick Start

  1. Install Git
  2. Install Node.js
  3. Execute git clone git@github.com:phetsims/rosetta.git
  4. Execute cd rosetta && npm install
  5. Execute ./bin/bootstrap.sh
  6. Install Grunt globally (npm i -g grunt-cli)
  7. Execute grunt update-rosetta