shorten
is a simple URL shortener written in TypeScript. It uses Deno KV to store shortened URLs
- Very fast because it runs in Deno
- Can be operated with your own domain name
-
Clone the repository:
git clone https://github.com/evacuate/shorten.git
-
Navigate to the project directory:
cd shorten
-
Start the development server:
deno task start
-
Open the browser and navigate to
http://localhost:8000
- Minagishl (@minagishl)
This project is licensed under the MIT License. See the LICENSE file for details.