A JavaScript-based (React + Redux) fantasy console.
yarn
Open up 2 terminals. In the first one, type:
yarn iframe-start
Wait until it says Compiled successfully!. Then, in the second terminal, type:
yarn start
This will open SCRIPT-8 on http://localhost:3000.
SCRIPT-8 was built with create-react-app. Consult its guide for more instructions (e.g. running tests, building).