Skip to content

Commit

Permalink
doc: update step installation
Browse files Browse the repository at this point in the history
  • Loading branch information
nnivxix committed Mar 25, 2024
1 parent fc98969 commit 67dee13
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,18 @@ pnpm install
cp .env.example .env
```

3. Get the API KEY
3. Change value the `.env` file

Go to .env file and fill the value `TMDB_API_TOKEN=` with key from [TMDB API](https://developer.themoviedb.org/docs/getting-started)
Go to `.env` file and fill the value `TMDB_API_TOKEN=` with key from [TMDB API](https://developer.themoviedb.org/docs/getting-started)

4. Enjoy
4. Run the Application

```bash
pnpm dev
```

Happy Coding

## Contribution
## Contributions 🎉👋

All contributions and suggestions are welcome.

0 comments on commit 67dee13

Please sign in to comment.