- install node module with this command.
npm install
- copy file
config.example.js
toconfig.js
with 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.js
what does it have different from yourconfig.js
in your code. If it's differenct, please copyconfig.example.js
toconfig.js
and change your value in file again.