Skip to content

Latest commit

 

History

History
58 lines (50 loc) · 1.23 KB

README.md

File metadata and controls

58 lines (50 loc) · 1.23 KB

👨‍💻 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