https://github.com/czbone/astro-calendar
Astro site with calendar example
https://github.com/czbone/astro-calendar
astro fullcalendar
Last synced: 3 months ago
JSON representation
Astro site with calendar example
- Host: GitHub
- URL: https://github.com/czbone/astro-calendar
- Owner: czbone
- License: mit
- Created: 2024-08-13T23:04:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-04T00:08:09.000Z (6 months ago)
- Last Synced: 2025-04-04T01:20:01.357Z (6 months ago)
- Topics: astro, fullcalendar
- Language: TypeScript
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Astro Calendar Example
A sample Astro project featuring the FullCalendar library (https://fullcalendar.io/) with Tailwind CSS integration.

## Features
- Full-screen calendar display
- Japanese holiday integration
- Event management
- Responsive design with Tailwind CSS## Tech Stack
- Astro v5.x
- React v19.x
- FullCalendar v6.x
- Tailwind CSS v4.x
- TypeScript v5.x## How to use
1. Install packages
```bash
# pnpm
pnpm install# yarn
yarn install
```2. Online debug by **Development server** on **Run and Debug view** in VSCode
3. Build and launch by command
```bash
# pnpm
pnpm build
pnpm start# yarn
yarn build
yarn start
```## Related Projects
- [ufcal](https://github.com/ufcal/ufcal) - Advanced calendar implementation with enhanced features and customization options
## License
[MIT](./LICENSE)