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
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.