Setting up a basic crystal http server with zeit now
Ensure you have both crystal-lang and now installed
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.
- Fork it ( https://github.com/andy9775/zeit_crystal/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
- andy9775 Andy - creator, maintainer