Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benrandja-akram/shorto
URL shortener in the edge using Vercel edge functions.
https://github.com/benrandja-akram/shorto
edge nextjs url-shortener
Last synced: 3 days ago
JSON representation
URL shortener in the edge using Vercel edge functions.
- Host: GitHub
- URL: https://github.com/benrandja-akram/shorto
- Owner: benrandja-akram
- Created: 2022-09-04T16:38:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-24T14:10:07.000Z (11 months ago)
- Last Synced: 2024-02-24T15:26:06.438Z (11 months ago)
- Topics: edge, nextjs, url-shortener
- Language: TypeScript
- Homepage: https://shorto.ink
- Size: 588 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Shorto](https://shorto.ink) URL shortener (www.shorto.ink)
Short is fast and free URL shortener on the edge using Vercel Edge functions & globally deployed Upstash Redis instance.
## Run app dev server
```sh
npm i
npm run dev
```## Run app production server
```sh
npm i
npm run build
npm start
```