Secure, Contactless, Open Source Hardwallet https://keycard.tech/
Go to file
Jakub Sokołowski 0a16ed26fa
upgrade node-sass to 8.0 to fix builds on Node.js 18
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-08-23 16:56:04 +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 document duress pin 2023-08-23 07:36:16 +02:00
themes/keycard fix contact us link (#68) 2022-06-14 15:15:37 +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 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-sass to 8.0 to fix builds on Node.js 18 2023-08-23 16:56:04 +02:00
yarn.lock upgrade node-sass to 8.0 to fix builds on Node.js 18 2023-08-23 16:56:04 +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