Svelte + Vite + Algorand

This template should help get you started developing on Algorand with Svelte in Vite.

Getting Started

To see the demo and begin developing:

npm install
npm run dev

To package up a dist, which is usable on IPFS as a fully decentralised frontend:

npm run build