Skip to content

bestalign/bestalign.github.io

Repository files navigation

🚀 Quick start

  1. 🐳 Install Docker

    https://www.docker.com/products/docker-desktop

  2. ☁️ Clone Repository.

    Git clone the repo to the directly you like

    git git@github.com:bestalign/bestalign.github.io.git
    cd bestalign.github.io
  3. 📦 Create and Run the Container.

    chmod +x *.sh
    
    ./docker-setup.sh
    ./docker-container-start.sh
    ./gatsby-start.sh

    Your site is now running at http://localhost:8000!

    Note: You'll also see a second link: http://localhost:8000/___graphql. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial.

  4. ✍️ Write stuff!.

    For blog contents, go to /content/blog and duplicate /content/blog/_template/index.md For TIL contents, go to /content/til and duplicate /content/til/_template/index.md

    Fill out the metadata and write stuff!

Releases

No releases published

Packages

No packages published