life

Version, currently master branch1 version
  • master branchlatestJan 5, 2023

github.com/btihen/lucky_i18n

No description declared in shard.yml.

0 stars
0 dependents
License: not declared

Installation

# Add this to your shard.yml
dependencies:
  life:
    github: btihen/lucky_i18n
    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.32.1
Author
Bill Tihen
Target
  • life from src/life.cr

Dependencies

Runtime Dependencies

  • icr*github: crystal-community/icr, branch: master
  • jwt~> 1.2.0github: crystal-community/jwt
  • i18n~> 0.1.1github: vladfaust/i18n.cr
  • lucky~> 0.18.2github: luckyframework/lucky
  • carbon~> 0.1.1github: luckyframework/carbon
  • dotenv0.3.0github: gdotdesign/cr-dotenv
  • authentic~> 0.5.0github: luckyframework/authentic
  • lucky_flow~> 0.6.0github: luckyframework/lucky_flow

README

life

This is a project written using Lucky. Enjoy!

Setting up the project

  1. Install required dependencies
  2. Update database settings in config/database.cr
  3. Run script/setup
  4. Run lucky dev to start the app

Learning Lucky

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