Skip to content

stevenmusumeche/asg-website

Repository files navigation

Acadiana Software Group

This project was created using gatsby. Information about gatsby can be found here https://www.gatsbyjs.org/

Installation

  1. Install nodejs. (version 8 or above)

    Installation can vary from system to system, please vist https://nodejs.org for installation instructions.

  2. Install yarn globally
    npm i -g yarn
    
  3. 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
    

Developing

  1. Navigate into your new site’s directory and start it up.

    yarn develop
  2. 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 edit src/pages/index.tsx. Save your changes and the browser will update in real time!

Backend Resources

Readme

Deployment

The Gatsby site is deploying using Netlify. The backend server is deployed by CircleCI. Both happen automatically from GitHub commits.

About

Website for Acadiana Software Group

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published