Skip to content

TeamIllusionCMIT/mirage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔗 mirage

a fast, simple link shortener written in v
very cool and inspirational link shortener. uses json to store links.

🏝️ get started

(make sure you install v first)

to run your own instance, fork this repo and edit links.json to your liking. build with v . (use v . -prod for production), and run the executable.

🌐 about links.json

links.json is a json file that stores all the links. here is an example of a proper links.json object:

{
    "slug": "url",
    "gh": "https://github.com/thrzl",
    ...
}

Releases

No releases published

Packages

No packages published

Languages