- install node module with this command.
npm install
- copy file
config.example.jstoconfig.jswith this command.
cp config.example.js config.js
- 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
}
- run program with exp with this command.
exp start
- pull code for up to date.
git pull
- install node module because after pull code, may have new dependencies.
npm install
- check your
config.example.jswhat does it have different from yourconfig.jsin your code. If it's differenct, please copyconfig.example.jstoconfig.jsand change your value in file again.