15 lines
518 B
Markdown
15 lines
518 B
Markdown
|
# 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)
|