diff --git a/README.md b/README.md index 6d05c8d..a263855 100644 --- a/README.md +++ b/README.md @@ -28,3 +28,9 @@ You can preview the production build with `npm run preview`. ## Hosting and Tech Stack This application is designed to run on [Netlify](https://www.netlify.com/) and uses [Supabase](https://supabase.io/) for database storage and user authentication ([Supabase Auth](https://supabase.com/auth)). + +The application is written in Typescript using the [SvelteKit](https://kit.svelte.dev/) framework. + +For styling, the application uses [Tailwind CSS](https://tailwindcss.com/) with the [DaisyUI](https://daisyui.com/) component library. + +In its current configuration, the application can be easily linked to Netlify via git for CI/CD, enabling automatic deployments on push to the main branch. diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 0ea8eca..9acf7bb 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -79,7 +79,7 @@
  • Item 3
  • - daisyUI + SvelteKit SaaS Boilerplate