- Installation and Usage
- What's Inside
- Code of Conduct
- Contributing
- Style Guides
- License
-
Start developing.
- Clone the repo.
- Navigate into your new site’s directory and start it up.
cd my-default-starter/ gatsby develop
-
Open the source code and start editing!
- Your site is now running at
http://localhost:8000
- Open the
my-default-starter
directory in your code editor of choice and editsrc/pages/index.js
. Save your changes and the browser will update in real time!
- Your site is now running at
A quick look at the top-level files and directories you'll see within the project directory.
.
├── node_modules
├── src
├── .gitignore
├── .prettierrc
├── gatsby-browser.js
├── gatsby-config.js
├── gatsby-node.js
├── gatsby-ssr.js
├── LICENSE
├── package-lock.json
├── package.json
└── README.md
By contributing to this project, you agree to abide by our code of conduct
- Reach out to Augusta Health team if you're interested in contributing.
- Once approved you will be added as a contributor.
- Clone the repo and create a new branch locally, on which to make changes.
- View the issues page to see the most pressing needs.
- To have your changes reviewed, open a new pull request and the Augusta team will review the changes. Be sure to reference the original issue in your pull request.
- Write in UTF-8 in JavaScript.
- Always use 2 spaces for indentation (don't use tabs).
- Look at the existing style and adhere accordingly.
Licensed under the MIT License.