Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.22 KB

File metadata and controls

39 lines (24 loc) · 1.22 KB

Gatsby

Entire X5GON project is available HERE

The development started as a React project but was later moved to Gatsby.

How to run the frontend

  1. 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
  2. Start developing.

    Navigate into site’s directory and start it up.

    cd x5gon-gatsby/
    gatsby develop
  3. 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