Rosetta is a tool for translating PhET simulations. It is built using the MERN tech stack: MongoDB, Express, React, and Node.
- Install Git
- Install Node.js
- Execute
git clone git@github.com:phetsims/rosetta.git
- Execute
cd rosetta && npm install
- Execute
./bin/bootstrap.sh
- Install Grunt globally (
npm i -g grunt-cli
) - Execute
grunt update-rosetta