/theme-campus-calendar

Silk Wrapper for UCSC's Localist events calendar

Primary LanguageHTML

ucsc-localist-silk-wrapper

This is the SILK WRAPPER for the UC Santa Cruz Events Calendar, hosted on the Localist platform.

Dependencies

Install and build

Clone repo locally, cd into it and run npm install.

Webpack is used to compile html, js, and css from the src/ to the dist/ directory. Final code is deployed from the dist/ directory.

scripts: the package.json has three scripts:

  • start starts the webserver serving from the dist directory
  • build builds the source files into the dist directory
  • build-watch watches the source files for changes and automatically builds
  • 'release' for running standard-version

Master vs Dev branches

Master branch is hosted on Netlify and dev branches are hosted on Github Pages