distributeaid / refugees.care

Website for the Refugees Care project
https://refugees.care
GNU Affero General Public License v3.0
0 stars 2 forks source link

refugees.care

Build and Release Netlify Status semantic-release Renovate Mergify Status Known Vulnerabilities Commitizen friendly code style: prettier

Website for the Refugees Care project.

Start Gatsby

  npm ci
  npx gatsby develop

How this project works

Gatsby is configured in gatsby-node.js to collect the markdown files in the content folder and turn them into pages.

The start page is rendered using the template src/templates/home.tsx. For other pages which only show content src/templates/page.tsx is used.