script-8 / script-8.github.io
- воскресенье, 27 января 2019 г. в 00:18:16
JavaScript
A fantasy computer for making, sharing, and playing tiny retro-looking games.
A JavaScript-based (React + Redux) fantasy computer for making, sharing, and playing tiny retro-looking games.
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
.
Switch to dev
branch. Pull latest. Then,
yarn run version
yarn run deploy
SCRIPT-8 was built with create-react-app. Consult its guide for more instructions (e.g. running tests, building).