Secure, Contactless, Open Source Hardwallet https://keycard.tech/
Go to file
guylouis 6a46b6a85d
Fixed broken link (#66)
new link:  https://keycard.tech/docs/resources.html
2022-05-30 09:59:10 +02:00
.github/ISSUE_TEMPLATE initial commit 2019-02-07 15:54:24 +01:00
bin upgrade deployment script 2020-06-22 15:06:41 +02: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 Fixed broken link (#66) 2022-05-30 09:59:10 +02:00
themes/keycard fix integrity sha256 hash for jquery 3.6.0 2021-11-19 14:37:42 +01: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 Jenkinsfile: fix dev host DNS entry 2021-10-21 18:51:50 +02: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 chore(deps): bump acorn from 6.4.0 to 7.3.1 2020-06-22 15:13:16 +02:00
package.json upgrade node dependencies to work on NodeJS 16 2021-10-21 18:49:54 +02:00
yarn.lock upgrade node dependencies to work on NodeJS 16 2021-10-21 18:49:54 +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