This repository is the frontend part of the Cultuurconnect kleinpas project. It is a platform that reminds parents a week beforehand to search for a babysitter. This reminder can be received by mail, sms or a calender app (Outlook, iCal, Google Calender)
The backend API for this project can be found via the Kleinpas API repository
Clone the repository and open the index.html
git clone https://github.com/osoc16/kleinpas-api
Install all dependencies:
npm install
Run the watch task to start watching for changes:
gulp watch
See LICENSE
Best ways to contribute
- Open issues/tickets
- Submit fixes and/or improvements with Pull Requests