blob: 6960cc1d34b42905479ff41a17e29f80f907b486 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
<a href="https://github.com/fuwn/lime">
<h1 align="center">🧶 lime</h1>
</a>
<p align="center">
no bs url shortening
<img src="./assets/screenshot_index.png" alt="screenshot of index page">
</p>
<p align="center">
<a href="https://discord.com/invite/yWKgRT6">
<img src="https://img.shields.io/discord/246524734718738442" alt="discord" />
</a>
<a href="https://www.codefactor.io/repository/github/fuwn/lime">
<img src="https://www.codefactor.io/repository/github/fuwn/lime/badge" alt="codefactor" />
</a>
<a href="https://saythanks.io/to/[email protected]">
<img src="https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg" alt="say thanks" />
</a>
<a href="./license">
<img src="https://img.shields.io/github/license/fuwn/lime" alt="license" />
</a>
</p>
## nix
- build: `nix-build`
- docker: `nix-build docker.nix`
## usage (without docker)
- run (dev): `cargo run`
## contributing
please reference the [contribution guidelines](./contributing.md) of this repository.
## development dependencies
### required
- [diesel_cli](https://crates.io/crates/diesel_cli)
- [cargo-make](https://github.com/sagiegurari/cargo-make)
### optional
- [cargo-watch](https://crates.io/crates/cargo-watch)
*these development dependencies will automatically be satisfied if you are using the nix
shell configuration as provided.*
### license
[gnu general public license v3.0](./license)
|