Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 822 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 822 Bytes

MythBuster Code

Vue Version Badge License Badge

🧨📋 A code name generator based on MythBusters episode names

Remember, kids, the only difference between screwing around and science is writing it down

-- Adam Savage

If you've been having a hard time coming up names or codes for your next big thing, I got you covered.😎

Screenshot

Usage

  • Hit space button for a new code
  • Dispatch copy keyboard shortcut (⌃C or ⌘C) to copy the code

Development Guide

Install

npm install

Run development server

npm run serve

Build for production

npm run build

Lint and fix files

npm run lint