For Proof of Stake:
Install,
git clone https://github.com/simplemachine92/PoS-FrontEnd.git
cd pos-frontend
yarn install
local node, deploy, and launch react app.
yarn chain
yarn deploy
yarn start
For GreenPill:
Install,
cd greenpill
git checkout greenPill
yarn install
local node, deploy, and launch react app.
yarn chain
yarn deploy
yarn start