React version of the Front-End App for the board game
- Clone this repo:
git clone [email protected]:got-board-team/got-board-react-app.git
- Install dependencies:
yarn
or
npm install
Copy the .env.example to .env on project root and load the variables:
cp .env.example .env
source .env
yarn start
or
npm start
TODO
There is a script availble to speed up
This project is for study purposes ONLY! Please do NOT use this otherwise.