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
- Host: GitHub
- URL: https://github.com/gustavwilliam/shortify
- Owner: gustavwilliam
- License: mit
- Created: 2021-11-25T21:32:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T03:05:31.000Z (about 2 years ago)
- Last Synced: 2025-04-13T07:16:44.914Z (6 months ago)
- Topics: firebase, github-pages, link-shortener, url-shortener
- Language: Vue
- Homepage:
- Size: 980 KB
- Stars: 13
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).