To debug Agenda:
git clone https://github.com/agenda/agenda.git
- In cloned directory, type:
npm link
to globally link the directory,yarn
to install dependencies,- and finally
yarn build
to 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!