Skip to content

xlozinguez/xl-blog

Repository files navigation

🚀 Quick Guide

  1. Setup your local environment.

    Clone the repository and install the dependfencies

    git clone [email protected]:xlozinguez/xl-blog.git
    cd xl-blog/
    npm i
  2. Start developing.

    Navigate into your new site’s directory and start it up.

    cd xl-blog/
    gatsby develop
  3. Commit your changes.

    Checkout a new branch.

    cd xl-blog/
    git checkout -b <NEW_BRANCH>

    Work....

    Commit your changes and publish to your branch.

    cd xl-blog/
    git commit -m "cool commit message that explains your changes"
    git push origin <NEW_BRANCH>

    Open a PR to merge your NEW_BRANCH to the master branch. Then get that PR reviewed and merged by an admin.

  4. Publish the site.

    Checkout the master branch and run the publishing script.

    cd xl-blog/
    git checkout master
    npm run deploy

    Navigate to the site's url and confirm your changes are live!

    Celebrate!

About

XL blog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published