hello world!
A showcase project for following purposes:
- How to write a simple hello world web application use kemal, with Spec.
- How to write workflows for build and release a Alpine/Linux/MacOS/Windows binary automatically when user push a git tag.
- How to create a Makefile for work with Crystal project.
TODO
Support build and release binary based on ARM.
Contributing
- Fork it (https://github.com/zw963/crystal_hello_world/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
Contributors
- Billy.Zheng - creator and maintainer