linkybits

Version, currently main branch1 version
  • main branchlatestJun 18, 2024

github.com/edwardloveall/lucky_bits

A site for link sharing in small groups

14 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  linkybits:
    github: edwardloveall/lucky_bits
    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.2.0
Author
Edward Loveall <edward@edwardloveall.com>
Target
  • linkybits from src/linkybits.cr

Dependencies

Runtime Dependencies

  • lucky~> 0.29.0github: luckyframework/lucky
  • carbon~> 0.2.0github: luckyframework/carbon
  • authentic~> 0.8.1github: luckyframework/authentic
  • lucky_env~> 0.1.4github: luckyframework/lucky_env
  • lucky_task~> 0.1.1github: luckyframework/lucky_task
  • carbon_sendgrid_adapter~> 0.2.0github: luckyframework/carbon_sendgrid_adapter

Development Dependencies

  • breeze~> 0.2.0github: luckyframework/breezedev
  • lucky_flow~> 0.7.3github: luckyframework/lucky_flowdev

README

# linkybits

This is a project written using [Lucky](https://luckyframework.org). Enjoy!

### Setting up the project

1. [Install required dependencies](http://luckyframework.org/guides/installing.html#install-required-dependencies)
1. Run `script/setup`
1. Run `lucky dev` to start the app

### Learning Lucky

Lucky uses the [Crystal](https://crystal-lang.org) programming language. You can learn about Lucky from the [Lucky Guides](http://luckyframework.org/guides).