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
51737338b8
commit
ec833fbe22
@ -2,13 +2,13 @@ SPOTIFY_CLIENT_ID=
|
||||
SPOTIFY_CLIENT_SECRET=
|
||||
SPOTIFY_REFRESH_TOKEN=
|
||||
NEXT_PUBLIC_SITE_URL=https://example.com
|
||||
DATABASE_URL=
|
||||
SHADOW_DATABASE_URL=
|
||||
GITHUB_ACCESS_TOKEN=
|
||||
GITHUB_USERNAME=
|
||||
STATSFM_USERNAME=
|
||||
GITHUB_CLIENT_ID=
|
||||
GITHUB_SECRET=
|
||||
STATSFM_USERNAME=
|
||||
GRAFANA_URL=
|
||||
GRAFANA_TOKEN=
|
||||
NEXTAUTH_SECRET=
|
||||
NEXT_PUBLIC_SUPABASE_URL=
|
||||
NEXT_PUBLIC_SUPABASE_ANON_KEY=
|
||||
SUPABASE_SERVICE_ROLE_KEY=
|
@ -7,8 +7,7 @@ and skills, as well as provide information about me and my interests.
|
||||
|
||||
- Language: [TypeScript](https://www.typescriptlang.org/)
|
||||
- Framework: [Next.js](https://nextjs.org/)
|
||||
- Database: [Supabase](https://supabase.com/) (Postgres)
|
||||
- ORM: [Prisma](https://www.prisma.io/)
|
||||
- Database: [Supabase](https://supabase.com/)
|
||||
- Deployment: [Vercel](https://vercel.com/)
|
||||
- Styling: [Tailwind CSS](https://tailwindcss.com/)
|
||||
- Integrations: [Spotify](https://spotify.com/)
|
||||
@ -20,7 +19,6 @@ and skills, as well as provide information about me and my interests.
|
||||
- `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.
|
||||
- `public/` - Used for static files such as icons and images.
|
||||
- `styles/` - Contains the stylesheets for Tailwind and Prism.
|
||||
- `types/` - Types for various components in the project.
|
||||
|
Loading…
Reference in New Issue
Block a user