yarn_on

Version, currently main branch1 version
  • main branchlatestApr 19, 2025

github.com/DanielGilchrist/yarn_on

Dummy blog app to play around with Lucky Framework

0 stars
0 dependents
License: not declared

Installation

# Add this to your shard.yml
dependencies:
  yarn_on:
    github: DanielGilchrist/yarn_on
    branch: main

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

Then run:

shards install

shard.yml

Crystal
>= 1.15.1
Target
  • yarn_on from src/yarn_on.cr

Dependencies

Runtime Dependencies

  • avram~> 1.3.0github: luckyframework/avram
  • lucky~> 1.3.0github: luckyframework/lucky
  • markd*github: icyleaf/markd
  • carbon~> 0.6.0github: luckyframework/carbon
  • authentic>= 1.0.1, < 2.0.0github: luckyframework/authentic
  • lucky_env~> 0.2.0github: luckyframework/lucky_env
  • lucky_task~> 0.3.0github: luckyframework/lucky_task
  • lucky_vite*github: wout/lucky_vite

Development Dependencies

  • lucky_flow~> 0.10.0github: luckyframework/lucky_flowdev

README

yarn_on

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

Using Docker for development

  1. Install Docker
  2. Run docker compose up

The Docker container will boot all of the necessary components needed to run your Lucky application. To configure the container, update the docker-compose.yml file, and the docker/development.dockerfile file.

Learning Lucky

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