git clone git@github.com:AppertaFoundation/Open-eREACT.git
cd Open-eREACT
The front-end is built in React. The following instructions should help get the development environment up and running.
Once complete, this will not be required.
Install and set up yarn - note that the last step may take a while
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt update
sudo apt install yarn
yarn
yarn
(not supported now)
yarn start
REACT_APP_NO_BACKEND=true yarn start