Digital Conferences Calendar
Web interface wrapping the Digital Conferences Google Calendar built using es6 build system.
Development
- Clone the repo
- Install the dependencies (
npm install
) - Start the web server (
npm start
) - Edit
- Build for production (
npm run build
) - Push (
git push
)
Bootstrap
This was the starting template for the Bootstrap 5 build system: https://getbootstrap.com/docs/5.2/getting-started/webpack/
Documentation on FullCalender bootstrap theme.
And the FullCalendar Documentation
Google Calendar
See FullCalendar docs (especially the setup for API calls)