Svelte frontend for the Kusama Forum dapp.
Install dependencies:
pnpm install
Start the dev server:
pnpm run dev
Build the app:
pnpm run build
Preview the production build:
pnpm run preview