Astro project example includes FullCalendar library(https://fullcalendar.io/).
- Install packages
# pnpm
pnpm install
# yarn
yarn install
-
Online debug by Development server on Run and Debug view in VSCode
-
Build and launch by command
# pnpm
pnpm build
pnpm start
# yarn
yarn build
yarn start