https://github.com/keycard-tech/keycard-site
Secure, Contactless, Open Source Hardwallet
https://github.com/keycard-tech/keycard-site
Last synced: over 1 year ago
JSON representation
Secure, Contactless, Open Source Hardwallet
- Host: GitHub
- URL: https://github.com/keycard-tech/keycard-site
- Owner: keycard-tech
- Created: 2019-02-12T13:53:10.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-30T14:39:58.000Z (over 1 year ago)
- Last Synced: 2025-03-31T09:04:11.759Z (over 1 year ago)
- Language: EJS
- Homepage: https://keycard.tech
- Size: 7.48 MB
- Stars: 6
- Watchers: 52
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Keycard - Secure, Contactless, Open Source Hardwallet
This repo hosts the code for both [keycard.tech](https://keycard.tech/) on the `master` branch (which builds and serves through `gh-pages`), and [dev.keycard.im](https://dev.keycard.tech/) 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`
- [hexo server](https://hexo.io/docs/server.html)
## CI/CD
- [CI builds](https://ci.infra.status.im/job/website/job/keycard.tech/) `master` and pushes to `deploy-master` branch, which is hosted at .
- [CI builds](https://ci.infra.status.im/job/website/job/dev.keycard.tech/) `develop` and pushes to `deploy-develop` branch, which is hosted at .
The hosting is done using [Caddy server with Git plugin for handling GitHub webhooks](https://github.com/status-im/infra-misc/blob/master/ansible/roles/caddy-git).
Information about deployed build can be also found in `/build.json` available on the website.