Nature Nest is a Online Plant Nursery Website
Live Site.Technologies Getting Started Contribute
list of all technologies we used
- React
- Shadcn
- React route
- Redux
Skip for now
npm i
Run this command to install all prerequisites.
git clone https://github.com/sabrinara/online-nursery-client
Run this command to clone this project.
Use the .env
as reference to create your configuration file .env
with your
Google, GitHub Credentials
VITE_IMAGE_HOSTING_KEY={imgbb hosting api}
How to start this project
npm run dev
git clone https://github.com/TechBuilderTeam/Project-Syncify.git
git checkout -b your_branch_name
- Follow commit patterns
- Open a Pull Request explaining the problem solved or feature made, if exists, append a screenshot of visual modifications and wait for the review!
📝 How to create a Pull Request
git pull
git add .
git commit -m"your commit title"
git push