#WRIO local development package
Please refer wiki for local development instructions
Note: replace word webRunes to your github name, if you're going to work on this fork.
If you're going to work on front-end only, first two will be enough
git clone https://github.com/webRunes/WRIO-local-dev
cd WRIO-local-dev
git clone https://github.com/webRunes/WRIO-InternetOS
git clone https://github.com/webRunes/Default-WRIO-Theme
If you're going to work on back-end too, clone backend repos too
git clone https://github.com/webRunes/Core-WRIO-App
git clone https://github.com/webRunes/Login-WRIO-App
git clone https://github.com/webRunes/Storage-WRIO-App
git clone https://github.com/webRunes/webGold-WRIO-App
git clone https://github.com/webRunes/Chess-WRIO-Game
git clone https://github.com/webRunes/Plus-WRIO-App
git clone https://github.com/webRunes/Titter-WRIO-App
install yarn, if you don't have one
npm install -g yarn
cd WRIO-InternetOS
yarn
npm run devserver
Now each time to start frontend server, please run
cd WRIO-InternetOS
npm run devserver
note: use sudo npm run devserver
on unix systems