First of all, thanks for even considering contributing to this project. It will work best with a diverse perspective of voices and experiences!
To run the site locally, you will need these tools installed:
- NodeJS (version:
lts/hydrogen
)
This directory houses all of the content of the site, and is primarily where you'll want to do your work.
cd site-content
npm install
npm start
This will start a local server at http://localhost:3000/ which will auto-reload when you make changes to the site files.
This directory houses all of the content of the site, and is primarily where you'll want to do your work.
src/assets
: Stores image assets used in the guidessrc/content/docs/ci
: Guides about Continuous Integrationsrc/content/docs/languages
: Guides assembled from snippets concerning languagessrc/content/docs/providers
: Guides assembled from snippets concerning CI/CD providers