Skip to content

Running locally

Dane Johnson edited this page Apr 27, 2017 · 1 revision

Running locally requires very little configuration.

  1. Clone the repo git clone https://github.com/maryvilledev/codesplainUI.git.
  2. Install yarn.
  3. In the repo directory, install all required dependencies yarn install.
  4. Create a file called .env and enter the following as it's contents.
PORT=8080
REACT_APP_CLIENT_ID=f86ac0940aa0de740069
REACT_APP_API_URL=https://api.codesplain.io/sandbox
  1. yarn start will create a dev server.
Clone this wiki locally