mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-11 18:45:41 +00:00
Updated README and .env.example
This commit is contained in:
parent
3960b9eb16
commit
ebb5d4c3da
@ -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=
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user