From a5961f30f82106423e7ee1180c9ebe63244495f8 Mon Sep 17 00:00:00 2001 From: Jinho Jang Date: Thu, 23 Apr 2020 00:02:08 +0900 Subject: [PATCH] Add README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e87b394 --- /dev/null +++ b/README.md @@ -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) \ No newline at end of file