Drop dead simple online course CMS based on Git and Markdown. Designed specifically for me :)
- Read and render README.md in root folder
- Routing to
weeks - Read and render README.md in each
week
You need to add some 'secrets' in src/ folder named src/.env.json with this kind of data:
{
"GITHUB_TOKEN": "",
"BASE_URL" : "https://api.github.com/repos/rizafahmi/react-dds-courses"
}