To debug Agenda:
git clone https://github.com/agenda/agenda.git- In cloned directory, type:
npm linkto globally link the directory,yarnto install dependencies,- and finally
yarn buildto run the build.
- Clone this demo repository
git clone https://github.com/agenda/agenda-demo.git - In cloned demo directory, type
npm link agenda - Run
npm test
Feel free to build upon this to expand it to full-fledged example project!