Entire X5GON project is available HERE
The development started as a React project but was later moved to Gatsby.
-
Clone the repo
Use the Gatsby CLI to create a new site, specifying the default starter.
# cline the repo git clone https://github.com/gregpr07/x5gon-gatsby
-
Start developing.
Navigate into site’s directory and start it up.
cd x5gon-gatsby/ gatsby develop
-
Open the source code and start editing!
Your 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.
Learn more at https://www.gatsbyjs.org