Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 311 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 311 Bytes

BrotherBook

A simple site for keeping track of fraternity brothers and lines

Frontend Setup

  1. Install latest NodeJS
  2. Install yarn 3
    • npm install -g yarn
    • yarn version set berry
  3. CD to brother_book_frontend
  4. Run yarn install
  5. To run a local development server run: yarn run dev