Bits and pieces to get started in Svelte and Sveltekit
SvelteKit using PostgreSQL for a database
Step 1: See how to use a PostgreSQL database
(For this to work, you MUST create a file called .env at the project root, and it must have the following parameter in: "PGCONNECT")Step 2: See how to create Svelte components
(uses db, so create the .env file as above)