Skip to content

anonimak/mipdevp-blog

Repository files navigation

Mipdevp-Blog

Mipdevp static blog nuxt & tailwind

Live Website · Report Bug · Request Feature

GitHub Repo stars GitHub Repo forks GitHub License issues

Getting Started

To get a local copy up and running follow these simple steps

Prerequisites

  • Git
  • Vue2
  • NuxtJS

Installation

  1. Fork the project. Click on the icon in the top right to get started
  2. Clone the repo
    git clone https://github.com/<your-username>/mipdevp-blog
  3. Navigate to project directory
    cd mipdevp-blog
  4. 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

After Making Changes

  1. Create a new branch

    git checkout -b <your-branch-name>
  2. After doing all your work

    git add <files>

    NOTE: don't commit the package.json

  3. Commit your work

    git commit -m 'your message'

    Note: use conventional commit method - read here

  4. Push your work to the remote URL

    git push origin <your-branch>
  5. Now go to your forked repository on GitHub and contribute your branch to the main branch of the project.

Contributing

  • 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.

License

mipdevp-blog is licensed under the MIT License - see the LICENSE file for details.

Thanks to all Contributors

Thanks a lot for spending your time helping mipdevp blog grow.

Contributors

Support

Don't forget to leave a star