This repository is no longer maintain anymore, see Familybot
<---------->
Automatically pair people based on the skills they can teach and those they want to learn.
$ npm run pairWill fetch the data from Airtable for all people's interests and skills, generate pairings for them and save it to Airtable.
You can set the tables used in Airtable via environment variables:
AIRTABLE_APPLICANTS="P2PL Applicants"
AIRTABLE_PAIRING="Pairings"
In local for development:
$ npm run startLint code:
$ npm run lintFix lint errors:
$ npm run fixBuilding:
$ npm run buildRunning in production mode after building:
$ npm run serveHeroku dynos:
$ npm run web