This project was created using gatsby. Information about gatsby can be found here https://www.gatsbyjs.org/
- Install
nodejs
. (version 8 or above)Installation can vary from system to system, please vist https://nodejs.org for installation instructions.
- Install
yarn
globallynpm i -g yarn
- After cloning this repository, navigate to the root directory of your local copy and use the terminal to run the following command to install the dependencies.
yarn
-
Navigate into your new site’s directory and start it up.
yarn 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.Open the
asg-website
directory in your code editor of choice and editsrc/pages/index.tsx
. Save your changes and the browser will update in real time!
The Gatsby site is deploying using Netlify. The backend server is deployed by CircleCI. Both happen automatically from GitHub commits.