View your rock climbing sends on Mountain Project, organized by climb type (boulder, sport, or trad climbs).
You'll need to have Node.js and npm installed if you want to play around with the code.
- This project was bootstrapped with Chrome Extension CLI. Install this tool globally:
npm install -g chrome-extension-cli
- Clone this repository:
git clone https://github.com/melissapthai/mountain-project-send-pyramid.git
cd mountain-project-send-pyramid
- 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.
-
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!