iqbmo04 / blog

My personal blog project

Home Page:https://techhackswithash.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open in Remote - Containers

If you already have VS Code and Docker installed, you can click the badge above or here to get started. Clicking these links will cause VS Code to automatically install the Remote - Containers extension if needed, clone the source code into a container volume, and spin up a dev container for use.

Blog Website

🚀 Quick start, run locally

  1. Cone repo and install npm packages

    git clone https://github.com/mechdeveloper/blog.git
    cd blog
    npm install

    Note: This project uses VSCode devcontainer, It is recommended to clone this repo on WSL and Reopen the project folder in a Dev Container (Remote-Containers: Open Folder in Container...). For more details checkout Developing inside a Container

  2. Start developing.

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

    gatsby develop
    

    If you donot have installed gatsby cli globally, use following command to start development server

    npm run develop
  3. Open the code and start customizing!

Tip: If you’re seeing unexpected behavior (like maybe your local development server isn’t picking up your new changes), you can run gatsby clean from the command line to delete the cache and start fresh on your next build.

Don’t have the Gatsby CLI globally installed? Try running npx gatsby clean instead.


Learn Fundamentals ...

👨‍💻 Learn some fundamentals for web development

Fundamentals

Gatsby uses following technologies under the hood

Learn Gatsby

About

My personal blog project

https://techhackswithash.com/


Languages

Language:JavaScript 64.7%Language:CSS 27.3%Language:Dockerfile 7.9%