An open API service indexing awesome lists of open source software.

https://github.com/gustavwilliam/shortify

URL shortener using GitHub Pages and Firebase
https://github.com/gustavwilliam/shortify

firebase github-pages link-shortener url-shortener

Last synced: 6 months ago
JSON representation

URL shortener using GitHub Pages and Firebase

Awesome Lists containing this project

README

          

> **Note**
> The live version at https://s.godi.se/ is down for the foreseeable future, due to some misuse of the service.

# Shortify
URL shortener using GitHub Pages and Firebase

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Lints and fixes files
```
yarn lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).