This template combines SvelteKit - the official framework for building svelte apps, with the Decentralchain's blockchain, it allows you to log into your decentral.exchange wallet. You can expand by adding your own functionality from there.
-
💚 SvelteKit - SSR, File-based API endpoints (REST services), File-based routing, etc.
-
⚡️ Vite + svelte-hmr - Instant HMR
-
🎨 UnoCSS - The instant on-demand atomic CSS engine.
-
😃 Icons from any icon sets in Pure CSS, powered by UnoCSS
-
🌙 Dark mode supported via svelte-dark-mode
-
🚩 Localization (i18n) by typesafe-i18n
-
🦾 TypeScript
Create a repo from this template on GitHub.
If you prefer to do it manually
git clone https://github.com/jourlez/dcc-svelte
cd dcc-svelteMake sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoistStart the development server:
npm run dev