Add README.md

This commit is contained in:
Jinho Jang 2020-04-23 00:02:08 +09:00 committed by Jakub
parent 3de9cb082a
commit a5961f30f8

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# 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)