KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
youtube-react-clone
★ 20
Open GitHub ↗
Made for class
Download README (.md)
Explore Similar Repositories
CVE-2022-24934
:
No description available.
Crystal-Twins
:
No description available.
p5.videorecorder
:
a p5js library for recording video from sketches
ffmpeg-scripts
:
Scripts for FFmpeg
X-Gear
:
Code for our ACL-2022 paper "Multilingual Generative Language Models for Zero-Shot Cross-Lingual Event Argument Extraction".
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
youtube-react-clone
?
Download (.md)
# Youtube clone with githu To run the project on master-merge branch ### 1. Clone this project `git clone https://github.com/siddharthInterviewbit/youtube-react-clone.git` ### 2. Install dependencies of project If you are using yarn then run `yarn install` to install dependencies If you are using npm then run `npm install` to install dependencies ### 3. Create secrets.json `secrets.json` holds some configuration that is needed for your app to run. Create a new file `secrets.json` and add this content to it after replacing the placeholders with appropriate values ```json { "TMDB_API_KEY": "GET-YOUR-KEY-FROM-TMDB-AND-ADD-HERE" } ```