A web app aimed at streamlining club browsing and efficiency of garnering information. (https://ghsclubs.github.io/Clustr-Web-App/)
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