Secure, Contactless, Open Source Hardwallet https://keycard.tech/
Go to file
chair28980 f627ef45d4
fix typo
2024-05-28 17:46:52 +02:00
.github/ISSUE_TEMPLATE initial commit 2019-02-07 15:54:24 +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 fix typo 2024-05-28 17:46:52 +02:00
themes/keycard remove fathom JS block from footer.ejs 2023-10-16 11:02:59 +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 ci: update setup to use new deploy branches schema 2024-05-28 17:46:51 +02:00
README.md ci: update setup to use new deploy branches schema 2024-05-28 17:46:51 +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

CI/CD

The hosting is done using Caddy server with Git plugin for handling GitHub webhooks.

Information about deployed build can be also found in /build.json available on the website.