This is an Animotion presentation of the basics at Svelte presented at the September 2023 Kirschbaum Team Retreat.
Install dependencies.
npm i
Run the development server at http://localhost:5173/.
npm run dev
Build and preview deploy.
npm run build && npm run preview