From ebb5d4c3dae9833d9dc0c6c68c3111004cf0eee2 Mon Sep 17 00:00:00 2001 From: r-freeman Date: Sun, 22 Jan 2023 20:48:20 +0000 Subject: [PATCH] Updated README and .env.example --- .env.example | 2 ++ README.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 54e7cef..0558a2c 100644 --- a/.env.example +++ b/.env.example @@ -2,3 +2,5 @@ SPOTIFY_CLIENT_ID= SPOTIFY_CLIENT_SECRET= SPOTIFY_REFRESH_TOKEN= NEXT_PUBLIC_SITE_URL=https://example.com +DATABASE_URL= +SHADOW_DATABASE_URL= diff --git a/README.md b/README.md index d320e2b..b0873c8 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ and skills, as well as provide information about me and my interests. ## Project structure -- `components/` - All the components on the website in tsx format. +- `components/` - All the components of the website in tsx format. - `lib/` - Useful functions and scripts for connecting to external services and so on. -- `pages/api/` - API routes for articles views and Spotify integrations. +- `pages/api/` - API routes for article views and Spotify integrations. - `pages/writing/` - Blog posts written in MDX format (Markdown in JSX). - `pages/` - Contains all other static pages like about, projects and uses. - `prisma/` - Prisma schema which describes the structure of the Supabase postgres database.