Add the following code to your project's shard.yml under:
dependencies
to use in production
- OR -
development_dependencies
to use in development
Hypilus is an API for simple things, built with crystal
Requirements:
After forking repository, run make init
for create .env
file & install dependencies
Fill .env
file, run make dev
🎉
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)