Simple chat app, built using SvelteKit.
The application allows you to chat with any user on the system. Its more of a way for me to learn Svelte than an actual application. Hence the lack of authentication.
I'm hosting the app on Vercel. To link the application with you Vercel PostgreSQL database, run the follwing commands: Read more
pnpm i -g vercel
vercel link
vercel env pull .env.development.local