Skip to content

Latest commit

 

History

History
35 lines (33 loc) · 1004 Bytes

README.md

File metadata and controls

35 lines (33 loc) · 1004 Bytes

codecov

WIP Mobile

Prepare your code after clone this project.

  1. install node module with this command.
  npm install
  1. copy file config.example.js to config.js with this command.
  cp config.example.js config.js
  1. change value in file config.js to your data
  env = {
    API_URL = your api url from wip-api repository,
    FB_APP_ID = your facebook app id
  }
  1. run program with exp with this command.
  exp start

Before coding every times.

  1. pull code for up to date.
  git pull
  1. install node module because after pull code, may have new dependencies.
  npm install
  1. check your config.example.js what does it have different from your config.js in your code. If it's differenct, please copy config.example.js to config.js and change your value in file again.

Goodluck for Coding