Merge pull request #811 from ocdtrekkie/sandstorm-add-screenshots

Add screenshots for Sandstorm
This commit is contained in:
Simon Michael 2018-06-21 06:29:04 -07:00 committed by GitHub
commit 4b050dfe97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 2 deletions

12
.sandstorm/README.md Normal file
View File

@ -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

View File

@ -124,8 +124,9 @@ const pkgdef :Spk.PackageDefinition = (
# Sizes are given in device-independent pixels, so if you took these
# screenshots on a Retina-style high DPI screen, divide each dimension by two.
#(width = 746, height = 795, jpeg = embed "path/to/screenshot-1.jpeg"),
#(width = 640, height = 480, png = embed "path/to/screenshot-2.png"),
(width = 1920, height = 1040, png = embed "screenshot1.png"),
(width = 1920, height = 1040, png = embed "screenshot2.png"),
(width = 1920, height = 1040, png = embed "screenshot3.png")
],
changeLog = (defaultText = embed "changelog.md"),
# Documents the history of changes in Github-flavored markdown format (with the same restrictions

BIN
.sandstorm/screenshot1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

BIN
.sandstorm/screenshot2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

BIN
.sandstorm/screenshot3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB