Select the types of activity you want to include in your feed.
[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
···3434npm install
3535```
36363737-6. Run development server, run this in the root directory of the project:
3737+6. Get a youtube api key and add a `.env` file in the root directory of the project with the following content:
3838+3939+```env
4040+YOUTUBE_API_KEY=<your api key>
4141+```
4242+4343+7. Run development server, run this in the root directory of the project:
38443945```bash
4046npm run dev
4147```
42484343-7. Open the browser and navigate to `http://localhost`
4949+8. Open the browser and navigate to `http://localhost`