https://github.com/eiberham/shortena
:link: An url shortener seo friendly
https://github.com/eiberham/shortena
Last synced: 7 months ago
JSON representation
:link: An url shortener seo friendly
- Host: GitHub
- URL: https://github.com/eiberham/shortena
- Owner: eiberham
- License: mit
- Created: 2019-08-25T04:55:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T08:04:55.000Z (over 3 years ago)
- Last Synced: 2024-12-29T05:24:31.636Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.15 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shortena
An url shortener seo friendly
This is a link trimmer and the first application i built using next.js, this first version simply shortens urls and lets you
copy into clipboard the output url for sharing.
## How to run it ?
First, clone the repo:
```console
foo@bar:~$ git clone https://github.com/wwleak/shortena.git
```
Then install all the dependencies
```console
foo@bar:~$ npm i
```
Then install nodemon
```console
foo@bar:~$ npm i -g nodemon
```
Finally you can start the application by running
```console
foo@bar:~$ npm run dev
```
MADE WITH ❤ BY ABRAHAM