Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 939 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 939 Bytes

crystal_app

This is my first Crystal-Lang application. The idea is to consume an API (to be defined) and have it render to a nice HTML page.

Installation

  • Clone Repo https://github.com/rsbarbo/crystal_app
  • Install Sentry curl -fsSLo- https://raw.githubusercontent.com/samueleaton/sentry/master/install.rb | ruby
  • Check your shard.yml file for dependencies:
dependencies:
  kemal:
    github: kemalcr/kemal
    branch: master
  • Update you shard by running shards update on your terminal.

Usage

TO BE ADVISED

Development

TO BE ADVISED

Contributing

  1. Fork it ( https://github.com/rsbarbo/crystal_app/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