Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 384 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 384 Bytes

mCalendar

A Calendar App builds on top of fullcalendar and Meteor.js

Start

  • Run Meteor

      meteor run
    

Setup Email

  • Rename lib/config.js.example to config.js
  • Change USER_NAME and USER_PASSWORD to your mailgun's account info.

Setup mabox

  • Change MAPBOX_APIKEY and MAPBOX_PROJECT_MAP_ID to your mapbox account info.

API

Working on...