/svelte-event-calendar-demo

Testing for typescript / event-calendar issue

Primary LanguageJavaScript

svelte-event-calendar-demo

Test playground, created by create-svelte.

To use

Reproduction steps:

  1. Install dependencies with npm install (or pnpm install or yarn)
  2. Start the dev environment:
npm run dev
  1. (Optional) Preview the production version:
npm run preview
  1. (Optional) Build a production version
npm run build