- Node.js and npm installed on your machine.
- A Google Cloud Platform (GCP) project with the Google Calendar API enabled.
- A service account key file (JSON format) with the necessary permissions to access the Google Calendar API.
- Clone the repository:
git clone https://github.com/TheJuanAndOnly99/calendar.git
cd calendar
npm install
Place your service account key file (e.g., service-account-key.json) in the root directory of the project.
npm run buildAndRun
To view the calendar open the dist directory and open the index.html file in your browser.