Skip to content

Zertz/winnipeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

winnipeg

fast, modern, simple url shortener

getting started

npm install

development

npm run dev

production

npm run build && npm start

environment variables

WINNIPEG_BASE_URL

Base URL from which shorts are generated, usually the same as the hosting domain.

deployment

While not bound to any particular provider, winnipeg's reference implementation runs on now with the following configuration:

{
  "name": "winnipeg",
  "alias": "nipeg.win",
  "env": {
    "WINNIPEG_BASE_URL": "https://nipeg.win"
  }
}

license

MIT © Pier-Luc Gendreau