- run npm install in the Express-Server folder
- install twilio-cli globally: npm i -g twilio-cli
- Sign into twilio cli using twilio login
- run twilio phone-numbers:update "+14387956502" --sms-url="http://localhost:3000/sms"
- npm run start in Express-Server
For Antoine Portal
- change server.template.js to server.js
- get private key and put it where it says "private key"
- npm install in the Antoine/Portal folder
- node server.js in the Antoine/Portal folder
for Frontend that uses RSK
- run npm install in the rns-manager-react folder
- make sure Antoine/Portal/server.js is running
- npm start in rns-manager-react