aadarshjha / vh-guide-pipeline

An awesome Markdown --> React pipeline for rendering guides (eg. hacker guide, mentor guide).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vh-hacker-guide

VandyHacks V Hacker Guide

Markdown --> HTML rendering pipeline via Webpack!

Dev

Uses React-markdown.

  • Edit markdown files in ./src/client/pages
  • Style shared css in ./src/client/css

./src/common.js contains the rendering pipeline logic, shared by all .md file conversions.

All other ./src/*.js are .md file-specific logic, usually just a path change.

npm i
npm run watch # hot-reload changes

Then open public/index.html or mentor/index.html in a browser!

About

An awesome Markdown --> React pipeline for rendering guides (eg. hacker guide, mentor guide).


Languages

Language:CSS 74.8%Language:JavaScript 18.0%Language:HTML 7.3%