Skip to content

LTEX-DEV/webwallet.auroracoin.is

 
 

Repository files navigation

webwallet.auroracoin.com

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.

About

Auroracoin Webwallet website

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • CSS 65.9%
  • JavaScript 19.8%
  • HTML 14.3%