Secure, Contactless, Open Source Hardwallet https://keycard.tech/
Go to file
Michele Balistreri 34d88f1d3c
update SDK version
2020-06-22 14:25:17 +02:00
.github/ISSUE_TEMPLATE initial commit 2019-02-07 15:54:24 +01:00
bin ci: install gh-pages for deployments, add CNAME 2020-02-04 17:58:50 +01:00
scaffolds refactor(*): add hexo as static site generator 2019-06-20 13:53:43 +02:00
scripts add docs page 2019-12-11 15:17:51 +01:00
source update SDK version 2020-06-22 14:25:17 +02:00
themes/keycard add JS script for passing around ad_id URL parameter 2020-06-17 13:48:27 +02:00
.gitignore refactor(*): add hexo as static site generator 2019-06-20 13:53:43 +02:00
.stylelintrc.js initial commit 2019-02-07 15:54:24 +01:00
.travis.yml initial commit 2019-02-07 15:54:24 +01:00
CNAME add navigation and footer items 2019-12-13 04:59:26 +01:00
Jenkinsfile add missing package.json targets 2019-07-09 07:29:47 -04:00
README.md Add README.md 2020-04-22 17:17:05 +02:00
_config.yml add navigation and footer items 2019-12-13 04:59:26 +01:00
netlify.toml initial commit 2019-02-07 15:54:24 +01:00
package-lock.json update content, navigation, and add faq page 2020-06-15 21:51:37 +02:00
package.json update content, navigation, and add faq page 2020-06-15 21:51:37 +02:00
yarn.lock update content, navigation, and add faq page 2020-06-15 21:51:37 +02:00

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.

  1. Open Terminal and navigate to the project root directory,
  2. Run yarn install,
  3. Run yarn run build,
  4. Run hexo server