/pyohio-static-website

PyOhio.org Website

Primary LanguageJavaScriptMIT LicenseMIT

PyOhio Static Website

PyOhio Lightning Snake

Netlify Status

This site is built on Gatsby and deploys to Netlify. It serves as the front for everything not related to the CFP process.

Development

Requirements:

  1. Clone this repository
  2. In a terminal, navigate to the top of this repository and run yarn install
  3. Run yarn develop to build the site and start the local server

Prettier is set up as a command that can be run by itself via yarn prettier --write .. Please do that before making a PR. (hook coming eventually)