mikias

Version, currently master branch1 version
  • master branchlatestJan 21, 2018

github.com/mikeeus/mikias

Portfolio and blog written in Crystal with the Lucky Framework.

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  mikias:
    github: mikeeus/mikias
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.24.1
License
MIT
Author
mikeeus
Target
  • mikias from src/mikias.cr

Dependencies

Runtime Dependencies

  • lucky~> 0.7.0github: luckyframework/lucky
  • lucky_migrator~> 0.4.0github: luckyframework/lucky_migrator

README

mikias

This is a project written using Lucky. Enjoy!

Setting up the project

  1. Install required dependencies
  2. Run bin/setup
  3. Run lucky dev to start the app

Learning Lucky

Lucky uses the Crystal programming language. You can learn about Lucky from the Lucky Guides.