My personal website based on gatsby and hosted on netlify.
-
To start locally.
Use the Gatsby CLI to create a new site, specifying the hello-world starter.
# create a new Gatsby site using the hello-world starter npm install
-
Start developing.
Navigate into your new site’s directory and start it up.
npx gatsby develop
-
To build the website.
Navigate into your new site’s directory and start it up.
npx gatsby build