Skip to content

CSClubatIUPUI/react-site

Repository files navigation

csclub.cs.iupui.edu

Yep, available here.

Local Development

Prerequisites: Node.JS 12.x.

  • Install Yarn:
    • npm i -g yarn
  • Clone the repository:
    • git clone https://github.com/CSClubAtIUPUI/react-site && cd react-site
  • Install dependencies:
    • yarn
  • Start the dev server:
    • yarn start