Secure, Contactless, Open Source Hardwallet
https://keycard.tech/
4996fea7d2
Bumps [ws](https://github.com/websockets/ws) from 7.5.5 to 7.5.10. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.5.5...7.5.10) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github/ISSUE_TEMPLATE | ||
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
CI/CD
- CI builds
master
and pushes todeploy-master
branch, which is hosted at https://keycard.tech/. - CI builds
develop
and pushes todeploy-develop
branch, which is hosted at https://dev.keycard.tech/.
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.