/crystal-zeit

Crystal + docker + zeit

Primary LanguageCrystalMIT LicenseMIT

zeit_crystal

Setting up a basic crystal http server with zeit now

Installation

Ensure you have both crystal-lang and now installed

Usage

To run the app locally execute crystal run src/zeit_crystal.cr

To push out to the web execute now from inside the project directory.

Contributing

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