From 5ecd8fb7ed701a71c7612273b5ea717505f00e93 Mon Sep 17 00:00:00 2001 From: Jacob Weisz Date: Sun, 17 Jun 2018 14:44:01 -0500 Subject: [PATCH] Add build instructions for Sandstorm --- .sandstorm/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .sandstorm/README.md diff --git a/.sandstorm/README.md b/.sandstorm/README.md new file mode 100644 index 000000000..467993cd8 --- /dev/null +++ b/.sandstorm/README.md @@ -0,0 +1,12 @@ +# HLedger Web for Sandstorm + +## Build instructions + +- Clone the repository to your local machine +- [Install vagrant-spk](https://docs.sandstorm.io/en/latest/vagrant-spk/installation/) +- Navigate your terminal to your local hledger repository folder +- Run `vagrant-spk vm up` +- Run `vagrant-spk dev` to run the app in Sandstorm dev mode +- Visit http://local.sandstorm.io:6080 in your browser to see changes and test +- Press Ctrl-C to exit dev mode +- Run `vagrant-spk pack hledger.spk` to create the Sandstorm package file \ No newline at end of file