agenda / agenda-demo

Demo Agenda Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo Agenda Project

To debug Agenda:

  1. git clone https://github.com/agenda/agenda.git
  2. In cloned directory, type:
  • npm link to globally link the directory,
  • yarn to install dependencies,
  • and finally yarn build to run the build.
  1. Clone this demo repository git clone https://github.com/agenda/agenda-demo.git
  2. In cloned demo directory, type npm link agenda
  3. Run npm test

Feel free to build upon this to expand it to full-fledged example project!

About

Demo Agenda Project

License:MIT License


Languages

Language:JavaScript 100.0%