Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 581 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 581 Bytes

Organ Transplant Awareness Program (OTAP) Website

Built with Gatsby, NetlifyCMS, Emotion, and React-Bootstrap

🚀 Quick start

  1. Copy the repo to your local machine.

    Clone the site.

    # clone the project
    git clone https://github.com/iteam-software/otapnm.git
  2. Install dependencies

    Navigate to the root directory of the gatsby site.

    # install dependencies
    cd ./otapnm && yarn
  3. Start developing.

    Start the site

    gatsby develop