Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 633 Bytes

File metadata and controls

30 lines (20 loc) · 633 Bytes

Code Tenderloin GitHub Portfolio

View this starter on GitHub Pages

MDX support provided by gatsby-default-starter.

Todos

  • Read frontmatter for project pages
  • Use frontmatter to generate index page
  • create shortcode component for project display
  • compile frontmatter into menus
  • track down 2019 OFA projects from 2019

Development

  1. Install dependencies
npm install
  1. Run the develop script
npm run develop
  1. The live site is deployed when the main branch is updated on GitHub