···2233> Moe-Counter Compatible Website Hit Counter
4455-Mayu is a drop-in replacement for [Moe-Counter](https://github.com/journey-ad/Moe-Counter) designed
55+Mayu is a drop-in replacement for [Moe-Counter](https://github.com/journey-ad/Moe-Counter), designed
66to be lightweight and easy to use.
7788Mayu is written in [Gleam](https://gleam.run) and uses [SQLite](https://sqlite.org) as its database.
···1616<br>
17171818Don't know Gleam or functional paradigms? Take a look at the [source tree](./src) and see just how
1919-easy it is to understand! It's all contained in under 300 (273) effective lines of code!
1919+easy it is to understand! It's all contained under 300 (273) effective lines of code!
20202121## Usage
2222···3434- `lain`
3535- `garukura`
36363737-Mayu will pad the counter number with zeroes until it reaches a length of 6 characters. You can modify this behavior by changing the `padding` query parameter of any `get` operation.
3737+Mayu will pad the counter number with zeroes until it reaches a length of 6 characters. You can modify this behaviour by changing the `padding` query parameter of any `get` operation.
38383939### Local
4040···5252docker run --volume 'mayu:/mayu/data/' -p '80:3000' --rm fuwn/mayu:latest
5353```
54545555-This Docker command uses a named volume, `mayu`, which allows the Mayu's database to persist between container restarts.
5555+This Docker command uses a named volume, `mayu`, which allows Mayu's database to persist between container restarts.
56565757### Database
5858···80808181## Licence
82828383-This project is licensed with the [GNU General Public License v3.0](LICENSE).
8383+This project is licensed under the [GNU General Public License v3.0](LICENSE).