Skip to content
This repository was archived by the owner on Oct 10, 2020. It is now read-only.

distributeaid/refugees.care

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.