mirror of
https://github.com/jcreek/SvelteKitSaasBoilerplate.git
synced 2026-07-13 02:53:50 +00:00
docs(*): Make minor text changes
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
<li><a href="/">Item 3</a></li>
|
||||
</ul>
|
||||
</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 class="navbar-center hidden lg:flex">
|
||||
<ul class="menu menu-horizontal px-1">
|
||||
|
||||
Reference in New Issue
Block a user