suncoast-devs / handbook-dev

A little dev tool for previewing changes the SDG handbook.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handbook Development

License: MIT

A little dev tool for previewing changes the SDG handbook.

Setup

This is a Gatsby-based project.

Handbook content is expected to be cloned along side this repo, i.e.:

.
├── handbook
├── handbook-dev

handbook would be your fork of the Handbook Repo.

After cloning both repos:

cd handbook-dev
npm install
npm start

Then start hacking on markdown files in the handbook directory.

About

A little dev tool for previewing changes the SDG handbook.

License:MIT License


Languages

Language:JavaScript 99.6%Language:CSS 0.4%