To publish new version of website use the following command:
git subtree push --prefix dist origin gh-pages
- Do we want to modify the clipboard so that things like 4242-4242-4242-4242 gets tranformed into 424242424242424 (strip the '-').
- Might need to work out how to add virtual text into the text input in a better way.
- Splitting the string isn't going to work when it come to experation date as sometimes the first set of characters can either be length 1 or 2.