Codepets
Store and browse your favorite and most used code snippets
?? Demo
✏️ Design File
https://www.figma.com/file/asYmiNQAfRLMNSvk5eecN6/Untitled?node-id=0%3A1
⚒️ Technologies Used
- React
- NextJS
- Tailwind
? Prerequisites
Make sure you have the following installed before making a contribution
- Git
- NodeJS
?️ Installation Steps
- Fork the project
- Clone the project using the command:
git clone https://github.com/<your-github-username>/snippets
- Navigate to the project directory using:
cd snippets
- Install the Dependencies using:
npm install
- Run the project
npm run dev
When Done Contributing
- Create a new branch using:
git checkout -b <BranchName>
- Add to Stage using:
git add .
- Commit changes using:
git commit -m 'enter-commit-message-here'
- Push your changes using:
git push
❗ Reminder
Dont forget to drop a star ✨ while you’re here