The official dashboard for linkylinky
Go to file
Nicolai Ort ada12fd4db
continuous-integration/drone/push Build is passing Details
Dynamic unsubscribing
2021-08-21 20:34:44 +02:00
src Dynamic unsubscribing 2021-08-21 20:34:44 +02:00
static
.dockerignore
.drone.yml
.eslintrc.cjs
.gitignore
.prettierrc
CHANGELOG.md 🚀RELEASE 0.4.5 2021-08-21 20:19:10 +02:00
Dockerfile Now only using odit registry hosted images to speed up the build 2021-08-21 17:05:03 +02:00
LICENSE
README.md
docker-compose.yml
jsconfig.json
manifest.json
nginx.conf
package.json 🚀RELEASE 0.4.5 2021-08-21 20:19:10 +02:00
postcss.config.cjs
svelte.config.js
tailwind.config.cjs
yarn.lock Tmp fix for the build fail, for more info see: https://github.com/sveltejs/kit/issues/2230 2021-08-18 18:10:00 +02:00

README.md

LinkyLinky Web

A simple, privacy focused urls shortner's dashboard

Dev Setup 🛠

Runs on port 3000

Yarn

yarn
yarn dev --open

NPM

npm i
npm run dev --open

Credits