First, run the development server:
cd team-5-pinterest-clone\backend\
cd team-5-pinterest-clone\client\
npm i
npm run start
# or
yarn run start
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
I welcome contributions to enhance and customize this Pinterest clone. If you would like to contribute, please follow these steps:
- Fork the repository on GitHub.
- Create a new branch with a descriptive name for your feature or bug fix.
- Make the necessary changes in your branch.
- Test your changes thoroughly.
- Commit your changes and push them to your forked repository.
- Submit a pull request, clearly describing the changes you have made.