mirror of
https://github.com/4ev-link/4ev.link.git
synced 2026-01-14 08:38:39 +00:00
Feat: Add concise project README
This commit is contained in:
18
README.md
Normal file
18
README.md
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
# 4ev.link
|
||||||
|
|
||||||
|
A simple, permanent URL shortener built on Cloudflare Workers, D1, and KV.
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- Custom slugs & user accounts.
|
||||||
|
- Fast redirects using Cloudflare's edge network.
|
||||||
|
- Secure with reCAPTCHA.
|
||||||
|
|
||||||
|
## Deployment
|
||||||
|
|
||||||
|
1. Clone this repository.
|
||||||
|
2. Configure secrets in your Cloudflare dashboard:
|
||||||
|
- `RECAPCHA_KEY`: Your Google reCAPTCHA v2 secret key.
|
||||||
|
- Bind a D1 database as `D1_EV`.
|
||||||
|
- Bind a KV namespace as `KV_EV`.
|
||||||
|
3. Deploy with `wrangler deploy`.
|
||||||
Reference in New Issue
Block a user