Mischicanadas
Personal blog https://mischicanadas.com
Installation
Crystal version 1.1.1
Install shards
shards install
Compile
crystal build src/mischicanadas.cr --release
ENV
.env
file must have your own values
ROOT_PATH=/Users/luis/Desktop/Code/Crystal/apps
DATABASE_PATH=/Users/luis/Desktop/Code/Crystal/apps/mischicanadas/db/mischicanadas.db
PUBLIC_PATH=/Users/luis/Desktop/Code/Crystal/apps/mischicanadas/public
PORT=3000
Contributing
- Fork it (https://github.com/xtokio/mischicanadas/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
- Luis Gomez - creator and maintainer