github

script-8 / script-8.github.io

  • воскресенье, 27 января 2019 г. в 00:18:16
https://github.com/script-8/script-8.github.io

JavaScript
A fantasy computer for making, sharing, and playing tiny retro-looking games.



SCRIPT-8

A JavaScript-based (React + Redux) fantasy computer for making, sharing, and playing tiny retro-looking games.

Setup for local development

0 - Clone or download this repository

1 - Install prerequisites

2 - Install this repository

yarn

3 - Start a development server

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.

To deploy

Switch to dev branch. Pull latest. Then,

  • yarn run version
  • yarn run deploy

Other information

SCRIPT-8 was built with create-react-app. Consult its guide for more instructions (e.g. running tests, building).

Contributors