2018-06-17 22:44:01 +03:00
|
|
|
# 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
|
2023-10-16 16:00:24 +03:00
|
|
|
- Visit http://local.sandstorm.io:6090 in your browser to see changes and test
|
2018-06-17 22:44:01 +03:00
|
|
|
- Press Ctrl-C to exit dev mode
|
|
|
|
- Run `vagrant-spk pack hledger.spk` to create the Sandstorm package file
|