To get a local copy up and running follow these simple steps
- Fork the project. Click on the icon in the top right to get started
- Clone the repo
git clone https://github.com/<your-username>/mipdevp-blog
- Navigate to project directory
cd mipdevp-blog
- Install Project
# install dependencies $ npm install # serve with hot reload at localhost:3000 $ npm run dev # build for production and launch server $ npm run build $ npm run start # generate static project $ npm run generate
-
Create a new branch
git checkout -b <your-branch-name>
-
After doing all your work
git add <files>
NOTE: don't commit the package.json
-
Commit your work
git commit -m 'your message'
Note: use conventional commit method - read here
-
Push your work to the remote URL
git push origin <your-branch>
-
Now go to your forked repository on GitHub and contribute your branch to the main branch of the project.
- Contributions make the open source community such an amazing place to learn, inspire, and create.
- Any contributions you make are greatly appreciated.
- Check out our Contribution guidelines for more information.
mipdevp-blog is licensed under the MIT License - see the LICENSE file for details.
Thanks a lot for spending your time helping mipdevp blog grow.
Don't forget to leave a star