docs(*): Make minor text changes

This commit is contained in:
Josh Creek
2024-04-29 20:25:54 +01:00
parent 3eb10a9452
commit c6f0148af0
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -28,3 +28,9 @@ You can preview the production build with `npm run preview`.
## Hosting and Tech Stack ## 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)). 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.
+1 -1
View File
@@ -79,7 +79,7 @@
<li><a href="/">Item 3</a></li> <li><a href="/">Item 3</a></li>
</ul> </ul>
</div> </div>
<a href="/" class="btn btn-ghost text-xl">daisyUI</a> <a href="/" class="btn btn-ghost text-xl">SvelteKit SaaS Boilerplate</a>
</div> </div>
<div class="navbar-center hidden lg:flex"> <div class="navbar-center hidden lg:flex">
<ul class="menu menu-horizontal px-1"> <ul class="menu menu-horizontal px-1">