website_v2

Version, currently main branch1 version
  • main branchlatestAug 17, 2026

github.com/luckyframework/website

The Lucky website

39 stars
0 dependents
License: not declared

Installation

# Add this to your shard.yml
dependencies:
  website_v2:
    github: luckyframework/website
    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.10.0
Author
Paul Smith
Target
  • website_v2 from src/website_v2.cr

Dependencies

Runtime Dependencies

Development Dependencies

  • ameba~> 1.5.0github: crystal-ameba/amebadev
  • lucky_flow~> 0.10.0github: luckyframework/lucky_flowdev

README

Lucky's Website

This is the repository for Lucky's official website https://luckyframework.org/

Setting up the project

  1. Install required dependencies
  2. Ensure you have cmake and libxml2 installed for your system. These are required for some shard dependencies of this project
  3. Run script/setup
  4. Run lucky dev to start the app
  5. Visit http://localhost:3000

Editing guides

Guides are located in the src/actions/guides directory. You can edit the markdown in each action file and view changes by running the Lucky app with lucky dev.

Adding a new guide

  1. Create a new guide in src/actions/guides. Usually it is easiest to copy an existing guide as a starting point
  2. Add the guide class to the appropriate category in the GuidesList
  3. That's it! View your guide by running lucky dev and finding the guide in the sidebar.

Learning Lucky

Lucky uses the Crystal programming language. You can learn about Lucky from the Lucky Guides. Get help on our Discord server.