Skip to content

augusta-company/covid-caribbean

Repository files navigation

Health

COVID CARIBBEAN

Gatsby is released under the MIT license. Current npm package version. PRs welcome!

Table of Contents

  1. Installation and Usage
  2. What's Inside
  3. Code of Conduct
  4. Contributing
  5. Style Guides
  6. License

🚀 Installation and Usage

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

🧐 What's inside?

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

Code of Conduct

By contributing to this project, you agree to abide by our code of conduct

Contributing

  • 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.

Style Guides

  • Write in UTF-8 in JavaScript.
  • Always use 2 spaces for indentation (don't use tabs).
  • Look at the existing style and adhere accordingly.

License

Licensed under the MIT License.