Community-curated content catalog for Tesla vehicles — light shows, lock sounds, boombox tracks, wraps, and horn sounds.
Built with Jekyll and served via GitHub Pages.
- Light Shows — custom LED sequences
- Lock Sounds — sounds that play when locking/unlocking
- Boombox — external speaker audio tracks
- Wraps — vehicle wrap designs and templates
- Horn Sounds — custom horn replacements
bundle install
npm installbundle exec jekyll serveThe site will be available at http://localhost:4000/Volts/.
npm run validatenpm run build- Fork the repository
- Create a feature branch (
git checkout -b my-new-content) - Add your content as a Markdown file in the appropriate
content/_<category>/folder - Run
npm run validateto check your submission - Commit your changes and open a Pull Request
Each content file uses Jekyll front matter. See existing files in content/ for examples of the required fields per category.
Pull request templates are provided for each content type — GitHub will prompt you to fill in the relevant details.
This project is licensed under the MIT License. See LICENSE for details.