Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 363 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 363 Bytes

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