Add the following code to your project's shard.yml under:
dependencies
to use in production
- OR -
development_dependencies
to use in development
A simple crystal based image host.
$ git clone https://github.com/stylite/takui
$ cd takui
$ shards install
$ crystal build --release src/takui.cr
$ export KEMAL_ENV=production # or you can edit in Kemal.config.env = "production"
$ ./takui
Make sure to fill out a config.yaml file. An example is placed here Config
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)