Just download the repo or clone, and run index.html
- The 12-mnemonic that's created as an example when the page is loaded is pseudo-random using just plain javascript Math.random(), which means it's not cryptographically secure. You need to choose 11-words by yourself, and just use this tool for the 12th word.
- Don't use this tool if you don't know how to read the code.