Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

hivewallet/hivewallet.com

Repository files navigation

Build Status

hivewallet.com

New launch site for the initial release of Hive's multi-currency HD wallet for web.

Static build

Getting started

  • After cloning the repository, cd into the folder and grab the node dependencies: npm install
  • Create a credentials.json file in the root folder (see below) - this doesn't need correct details yet, it's just so that grunt doesn't wig out over the missing file.
  • Install grunt: npm -g install grunt-cli
  • Build the project: grunt
  • When you're ready to start tinkering, watch for changes: grunt watch
  • Finally, fire up the static server: node server

Deployment

Use Vagrant/Ansible to test deployment configuration. After ensuring both packages are installed, type vagrant up to deploy to a fresh image or vagrant reload --provision to test re-deployment. Start from scratch each time with vagrant destroy -f && vagrant up.