/rosetta

PhET's Simulation Translation Utility

Primary LanguageJavaScriptMIT LicenseMIT

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