This is the monorepo of Junayed's open source projects
Instructions on how to install and set up the project.
# Clone the repository
git clone https://github.com/junayed-code/junayed.git
# Navigate to the project directory
cd junayed
# Install dependencies
pnpm installInstructions on how to use the project.
# Run the project
pnpm devGuidelines for contributing to the project.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature-branch). - Open a pull request.