Full calendar view for events using drupal as backend.
This project was created using: FullCalendar for calendar rendering. Parcel as a web application bundler.
-
Download the repo.
$ git clone [email protected]:CityOfDetroit/drupal-calendar.git
-
Install node dependencies.
$ npm install
-
Run local instance.
$ parcel index.html
-
Delete
dist
folder. -
Run build process.
$ parcel build index.html --public-url '.' --no-cache
-
Move new
dist
content todev
,stage
orprod
evironment.
- SLACK - #webteam
- GitHub - https://github.com/CityOfDetroit/drupal-calendar