This is a GitHub Pages compatible web app for generating a monthly calendar in A4 landscape format. Features:
- Calendar starts with Monday
- Displays ISO week numbers
- Allows selection of month and year
- Button to print the calendar from the browser
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Build for production:
npm run build
- Preview the production build:
npm run preview
- Build the project:
npm run build
- Copy the contents of the
dist
folder to yourgh-pages
branch or configure GitHub Pages to serve from/docs
.
This project was bootstrapped with Vite.