Skip to content

EDusik/my-blog

Repository files navigation

πŸ‘¨β€πŸ’» My blog

This is my personal blog made with Gatsby.
This project was based on this Udemy course.

I hope you like it πŸ˜†

πŸš€ Technologies

This project uses these technologies:

πŸ’» Commands

Gatsby Commands

gatsby --help
gatsby serve
gatsby info
gatsby clean
gatsby repl
gatsby new [rootPath] [starter]
gatsby plugin
gatsby telemetry

Others Gatsby Commands

npm install -g gatsby-cli
gatsby new my-blog
npm run develop:playground

Gatsby Build

gatsby build
gatsby serve

Create Default HTML File

cp .cache/default-html.js src/html.js

Install Dependencies

npm install

Run Project

gatsby develop