Skip to content

melissapthai/mountain-project-send-pyramid

Repository files navigation

Mountain Project Send Pyramid

image

View your rock climbing sends on Mountain Project, organized by climb type (boulder, sport, or trad climbs).

Install

Chrome extension

Contribution

You'll need to have Node.js and npm installed if you want to play around with the code.

  1. This project was bootstrapped with Chrome Extension CLI. Install this tool globally:
npm install -g chrome-extension-cli
  1. Clone this repository:
git clone https://github.com/melissapthai/mountain-project-send-pyramid.git
cd mountain-project-send-pyramid
  1. Install dependencies, and build the app to get it ready to add to Chrome:
npm install && npm run build

You should now see a /build directory at the project root.

You can also run a suite of other nifty commands to make development easier, just check out the Chrome Extension CLI docs.

  1. Load the app into Chrome:

    a) Open chrome://extensions

    b) Check the Developer mode checkbox

    c) Click on the Load unpacked extension button

    d) Select the folder mountain-project-send-pyramid/build

And that's it!


Feel free to reach out to me through email at melissapthai@gmail.com if you have any questions or suggestions!