Link : https://improwised.github.io/improwised-sveltekit/
- Here is a new design of the Improwised website.
- It contains other demo of design also.
- The Lighthouse performance score is between 95 and 100%.
- It is a static website.
- I built this using SvelteKit and Tailwind CSS,
- Using this theme as a base: https://web3templates.com/templates/astroship-pro-astro-saas-website-template
https://wiki.improwised.com/doc/svelte4-vs-svelte-5-UU1j7BjLEl
Node version : 20.13.1 Svelte - 5.0.0 @sveltejs/kit - 2.0.0
git clone git@github.com:Improwised/improwised-sveltekit.git
cd app- copy
.env.exampleto.env. (skip if already done)
$ cp .env.example .envInstalled dependencies with npm install (or pnpm install or yarn), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openTo create a production version of your app:
npm run buildYou can preview the production build with npm run preview.
