Skip to content

Commit

Permalink
fix readme and added env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoLuglio committed Oct 14, 2024
1 parent 4a7f154 commit a697ecd
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ These patterns inform the selection and relationship between colors in the gener
1. Clone the repository:

```sh
git clone https://github.com/yourusername/theme-generator.git
git clone https://github.com/rlabs-inc/vscode-themes-community.git
```

2. Navigate to the project directory:

```sh
cd theme-generator
cd vscode-themes-community
```

3. Install dependencies:
Expand Down
21 changes: 21 additions & 0 deletions env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Created by Vercel CLI
POSTGRES_DATABASE=
POSTGRES_HOST=
POSTGRES_PASSWORD=
POSTGRES_PRISMA_URL=
POSTGRES_URL=
POSTGRES_URL_NON_POOLING=
POSTGRES_URL_NO_SSL=
POSTGRES_USER=

# Clerck
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=

# Google
AUTH_GOOGLE_ID=
AUTH_GOOGLE_SECRET=

# Github
AUTH_GITHUB_ID=
AUTH_GITHUB_SECRET=

0 comments on commit a697ecd

Please sign in to comment.