Skip to content

guscastaneda/PedalPlayground.github.io

 
 

Repository files navigation

pedal-playground

Contributing

Images

  • Find an image that is as close as possible to a perfect top-down angle.
  • White background is preferred for best cutout quality, but if not available just cut them out best as possible
  • Isolate the pedal on a transparent background (do not cut off jacks or switches). In GIMP (2.10), open file, select magic wand tool and click background, Layer > Transparency > Add Alpha Channel, then Layer > Transparency > Color to Alpha, and finally Ok in the dialog prompt.
  • Crop the image to non-transparent pixels (in Photoshop Image > Trim > Transparent Pixels, in Gimp Image -> Crop to Content)
  • Save to two places with the following guidelines:
    • /app/images/pedals - Save for Web as PNG-24, make width 800px or less (don't enlarge original image though)
    • /public/images/pedals - Save for web as PNG-24, make width 350px or less

Dimensions

  • Add the dimensions of the pedals you add to /public/data/pedals.json
  • Input dimensions in inches, with decimals (rounding to nearest hundredth)
  • Dimensions recorded should include jacks and switches (if possible, most placed don't specify wether or not measurements do or do not)

Running Locally

  1. Install dependencies via npm install
  2. Install client-side libraries via bower install
  3. Compile assets and watch for changes via gulp
  4. Start the local server via npm run serve. This will open a browser tab for you at localhost:8080.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.7%
  • CSS 26.1%
  • HTML 1.2%