Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 905 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 905 Bytes

Netlify Status

todo list

  • Homepage editable on backend
  • Navbar on homepage is fixed on mobile too
  • Footer
  • BACK button

Figure out

  • Next/Prev link?
  • Pagination

Access Locally

$ git clone https://github.com/[GITHUB_USERNAME]/[REPO_NAME].git
$ cd [REPO_NAME]
$ yarn
$ npm run develop

To test the CMS locally, you'll need run a production build of the site:

$ npm run build
$ npm run serve

Setting up the CMS

Follow the Netlify CMS Quick Start Guide to set up authentication, and hosting.

Purgecss

This plugin uses gatsby-plugin-purgecss and tachyons.