diff --git a/README.md b/README.md index 218bdad8..4d2e209d 100644 --- a/README.md +++ b/README.md @@ -20,16 +20,12 @@ To start a dev server: ## Notes -Commands used to generate most of the first commit: +Commands used to generate most of the initial empty app: ```bash pnpm create svelte@latest pnpm i -D @sveltejs/adapter-static -``` - -Commands used to add flowbite-svelte UI library: - -```bash npx svelte-add@latest tailwindcss pnpm i -D flowbite-svelte flowbite +pnpm i -D flowbite-svelte-icons ``` diff --git a/src/app.html b/src/app.html index 77a5ff52..c1524fbf 100644 --- a/src/app.html +++ b/src/app.html @@ -2,7 +2,7 @@
- + %sveltekit.head% diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 00000000..b672c2d5 Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/favicon.png b/static/favicon.png deleted file mode 100644 index 825b9e65..00000000 Binary files a/static/favicon.png and /dev/null differ