[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.

update readme

+2 -9
-1
.env.sample
··· 1 - YOUTUBE_API_KEY=
+2 -8
README.md
··· 36 36 npm install 37 37 ``` 38 38 39 - 6. get a youtube api key and add a `.env` file in the root directory of the project with the following content: 40 - 41 - ```env 42 - YOUTUBE_API_KEY=<your api key> 43 - ``` 44 - 45 - 7. run development server, run this in the root directory of the project: 39 + 6. run development server, run this in the root directory of the project: 46 40 47 41 ```bash 48 42 npm run dev 49 43 ``` 50 44 51 - 8. open the browser and navigate to `http://localhost` 45 + 7. open the browser and navigate to `http://localhost` 52 46 53 47 ## license 54 48