This project takes a Github repo and displays it as a website. It currently only supports markdown.
- Install dependencies
npm install
- Write github details to config.js
- Run development server
npm run dev
- Run production server
npm run build
npm start