[READ-ONLY] Mirror of https://github.com/flo-bit/youtube-party-dj. democratic youtube player, everyone can vote and add songs, uni project, made with uix
0

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #33 from flo-bit/update-readme

Update readme

author
Florian
committer
GitHub
date (Jun 12, 2024, 2:41 PM +0200) commit 82eef7dd parent 72fb78ba
+8 -2
+8 -2
README.md
··· 34 34 npm install 35 35 ``` 36 36 37 - 6. Run development server, run this in the root directory of the project: 37 + 6. Get a youtube api key and add a `.env` file in the root directory of the project with the following content: 38 + 39 + ```env 40 + YOUTUBE_API_KEY=<your api key> 41 + ``` 42 + 43 + 7. Run development server, run this in the root directory of the project: 38 44 39 45 ```bash 40 46 npm run dev 41 47 ``` 42 48 43 - 7. Open the browser and navigate to `http://localhost` 49 + 8. Open the browser and navigate to `http://localhost`