kemal-crustache-example

Version, currently master branch1 version
  • master branchlatestFeb 17, 2016

github.com/makenowjust/kemal-crustache-example

Simple wiki with kemal and crustache

2 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  kemal-crustache-example:
    github: makenowjust/kemal-crustache-example
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared
License
MIT
Author
TSUYUSATO Kitsune

Dependencies

Runtime Dependencies

  • kemal*github: sdogruyol/kemal, branch: master
  • crustache*github: MakeNowJust/crustache, branch: master

README

kemal-crustache-example

Simple wiki with kemal and crustache

Demo: https://kemal-crustache-example.herokuapp.com/

Deploy

Install and Run

$ git clone https://github.com/MakeNowJust/kemal-crustache-example

$ cd kemal-crustache-example

Resolve dependencies
$ crystal deps

Build executable
development build, loading view files dynamically
$ crystal build src/kemal-crustache-example.cr

release build, compiling and bundled view files with executable
$ crystal build --release src/kemal-crustache-example.cr

Run!!
$ ./kemal-crustache-example & open http://localhost:3000/

Contributing

  1. Fork it ( https://github.com/MakeNowJust/kemal-crustache-example/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors