- Based on the Gatsby default starter
- Uses sharp to resize images to
srcSets
for optimized loading on devices with various resoulutions - Uses
yarn
for package management - Deploys with
now
(automatic on github, but you can try in locally with$ now
)
-
Developing.
Navigate into your new site’s directory and start it up.
cd darknoon.github.io/ yarn develop
-
Open the source code and start editing!
this site is now running at
http://localhost:8000
!_Note: You'll also see a second link:
http://localhost:8000/___graphql
. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial._Open this directory in your code editor of choice and edit
src/pages/index.js
. Save your changes and the browser will update in real time!