2021-03-20 11:02:42 +00:00
|
|
|
# Shortenit
|
|
|
|
|
|
|
|
Shortenit is a tool to shorten urls.
|
|
|
|
|
|
|
|
**NOTE**: This is a very early draft project. Contributions are welcome.
|
|
|
|
|
2024-12-23 22:55:09 +00:00
|
|
|
## Install
|
|
|
|
|
|
|
|
To install `shortenit` and all of its dependencies for development, run the following script.
|
|
|
|
|
|
|
|
``` shell
|
|
|
|
$ scripts/install.sh
|
|
|
|
```
|
|
|
|
|
2021-03-20 11:02:42 +00:00
|
|
|
## Running
|
|
|
|
|
2024-12-23 22:55:09 +00:00
|
|
|
To run `shortenit` for development, edit the configuration file found in [config/config.yaml](config/config.yaml) then run the following script.
|
2021-03-20 11:02:42 +00:00
|
|
|
|
|
|
|
```text
|
2024-12-23 22:55:09 +00:00
|
|
|
$ scripts/run.sh
|
2021-03-20 11:02:42 +00:00
|
|
|
```
|