/astro-calendar

Astro site with calendar example

Primary LanguageTypeScriptMIT LicenseMIT

Astro site with Calendar example

Astro project example includes FullCalendar library(https://fullcalendar.io/).

screencapture-localhost-3000-2024-08-16-11_55_49

How to use

  1. Install packages
# pnpm
pnpm install

# yarn
yarn install
  1. Online debug by Development server on Run and Debug view in VSCode

  2. Build and launch by command

# pnpm
pnpm build
pnpm start

# yarn
yarn build
yarn start