https://github.com/duyet/duyet.net
https://github.com/duyet/duyet.net
deno hacktoberfest
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/duyet/duyet.net
- Owner: duyet
- Created: 2024-05-21T15:49:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-13T16:47:09.000Z (11 months ago)
- Last Synced: 2025-07-30T01:51:29.656Z (11 months ago)
- Topics: deno, hacktoberfest
- Language: TypeScript
- Homepage: https://duyet.net
- Size: 313 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# duyet.net
Simple redirect application built with Deno. It redirects various slugs to their
corresponding URLs.
The application maps predefined slugs to specific URLs and performs HTTP 301
redirects.
Some links:
- https://duyet.net/stats - Statistics of redirections
- https://duyet.net/mini - Statistics of my Mini PC
- https://duyet.net/cv - Redirect to my resume
- https://duyet.net/about - Redirect to about me
- ...
## Usage
Make sure to install Deno: https://deno.land/manual/getting_started/installation
Then start the project:
```bash
deno task start
```
This will watch the project directory and restart as necessary.