This is the SDG website, at https://suncoast.io.
The project is a Gatsby based site. We also use Contentful for some content management. You can request Contentful access from @ambethia. You will need to create an .env.development
file at the root of the project, with the following configurations:
CONTENTFUL_SPACE_ID=
CONTENTFUL_ACCESS_TOKEN=
GATSBY_GATEWAY_API_URL=http://localhost:3000
After cloning the project, run yarn
to install dependencies, and yarn start
to launch the development server on http://localhost:8000/.
Please, feel free to submit issues and enhancement requests.
In general, we follow this workflow:
NOTE: Be sure to merge the latest from upstream before making a Pull Request.
Before committing be sure to run npm run lint
against your project and fix any formatting issues. Pull Requests won't be merged without clean linter output.
The content of this project itself is licensed under the Creative Commons Attribution Share Alike 4.0 license, and the underlying source code used to format and display that content is licensed under the MIT license.