Secure, Contactless, Open Source Hardwallet
https://keycard.tech/
6a166212f5 | ||
---|---|---|
.github/ISSUE_TEMPLATE | ||
bin | ||
scaffolds | ||
scripts | ||
source | ||
themes/keycard | ||
.gitignore | ||
.stylelintrc.js | ||
.travis.yml | ||
CNAME | ||
Jenkinsfile | ||
README.md | ||
_config.yml | ||
netlify.toml | ||
package-lock.json | ||
package.json | ||
yarn.lock |
README.md
Keycard - Secure, Contactless, Open Source Hardwallet
This repo hosts the code for both keycard.tech on the master
branch (which builds and serves through gh-pages
), and dev.keycard.im on the develop
branch.
Testing locally
Make sure you have node.js installed first.
- Open Terminal and navigate to the project root directory,
- Run
yarn install
, - Run
yarn run build
, - Run
hexo server