-
Notifications
You must be signed in to change notification settings - Fork 2
Running locally
Dane Johnson edited this page Apr 27, 2017
·
1 revision
Running locally requires very little configuration.
- Clone the repo
git clone https://github.com/maryvilledev/codesplainUI.git. - Install yarn.
- In the repo directory, install all required dependencies
yarn install. - Create a file called
.envand enter the following as it's contents.
PORT=8080
REACT_APP_CLIENT_ID=f86ac0940aa0de740069
REACT_APP_API_URL=https://api.codesplain.io/sandbox
-
yarn startwill create a dev server.