Simple chat app, built using SvelteKit.
The application allows you to chat with any user on the system. It was my first experiment with Svelte and not really an actual application. Hence the lack of authentication, web sockets, etc.
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