Website for the Refugees Care project.
npm ci
npx gatsby develop
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.