Search
⌘K
Something
Installation
Prine Components is an open-source collection of React component starter code.
Our components are designed to be cloned directly from the repository, allowing you to easily and fully customize them. Alongside the source code, you’ll also find documentation and examples to help you get started. We've made everything simple to use and implement — so have fun with it!
Clone GitHub with shell
1. Clone our repository and make it as a new project.
1git clone https://github.com/Darjeeling47/PrineComponents.git your-project-name
2cd your-project-name2. Remove the old git history
1rm -rf .git3. Remove the old git history
1git init4. Creat new GitHub repository
- Go to GitHub and create a new repository.
- Copy the new repository URL.
5. Add the new remote repository URL
1git remote add origin https://github.com/new-user/new-repo.git6. Commit and push the code to the new repository
1git add .
2git commit -m "Initial commit"
3git push -u origin masterCopyright 2025 by Prine Components