This is my personal website.
-
Create a Gatsby site.
gatsby new my-site-name https://github.com/Mickaellah/gatsby-markdown-personal-website
-
Develop
Navigate into your new site’s directory and start the development environment.
gatsby develop
Your site is now running at
http://localhost:8000
-
Build
Get an optimized production build for your site generating static HTML and JavaScript, CSS bundles.
gatsby build
-
Serve
Starts a local server for testing your production site.
gatsby serve
Your production site is now running at
http://localhost:9000