Updated README and .env.example

This commit is contained in:
r-freeman 2023-01-22 20:48:20 +00:00
parent 3960b9eb16
commit ebb5d4c3da
2 changed files with 4 additions and 2 deletions

View File

@ -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=

View File

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