Skip to content

clirdlf/digital-conferences-calendar.info

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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)