I am Trying to implement a medium like blogging website a basic varient of medium
-
Clone the repository:
git clone https://github.com/yesahem/Medium-Blog.git
-
Navigate to the project directory:
cd Medium-Blog
-
Run the following command to start the application:
docker compose up -d
- Fork the repo
- Clone the repo
- Create a branch using
git checkout -b issue/#issue-number
- Make the necessary changes
- Commit your changes using
git commit -m 'commit message'
- Push to the branch using
git push origin issue/#issue-number
- Create a pull request
(Please link the issue number in the pull request)
Please try to add a small video or screenshot to show the functionality of the website.