Skip to content
This repository has been archived by the owner on Sep 17, 2018. It is now read-only.

Latest commit

 

History

History
30 lines (17 loc) · 786 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 786 Bytes

License

All work in this repository has been released into the Public Domain. You are welcome to use it however you wish.

Installation

Dependencies:

Assetgen: To build the assets, you need to have Assetgen installed

Ampify Go packages: To run Planfile, you need to have the Ampify Go packages installed.

A sample config file is included as example.config.yaml.

Subsequently, you need to run the following sequence:

Independently start up Assetgen:

$ assetgen --watch --profile=dev

Run Planfile:

$ go run planfile.go markdown.go config.yaml -d

Visit http://localhost:8888 in your browser.

--
Thanks, tav <tav@espians.com>