Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 434 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 434 Bytes

A web app aimed at streamlining club browsing and efficiency of garnering information. (https://ghsclubs.github.io/Clustr-Web-App/)

Development

You'll need to have Node installed.

If you do not have Yarn installed, use npm/npm run in place of yarn.

# Install dependences
yarn install

# Start development server
yarn start

# Deploy to Github Pages
yarn deploy