The official dashboard for linkylinky
Go to file
Nicolai Ort 58adc6511a
continuous-integration/drone/push Build is passing Details
🚀RELEASE 0.2.4
2021-08-21 09:30:20 +02:00
src Fixed logout redirect 2021-08-21 09:30:02 +02:00
static Filled in readme 2021-08-16 18:31:21 +02:00
.dockerignore Added files for docker 2021-08-16 18:34:25 +02:00
.drone.yml Added drone builds for latest and tags 2021-08-16 18:39:34 +02:00
.eslintrc.cjs Initial commit 2021-08-12 18:29:51 +02:00
.gitignore Due to popular demand we now allow lockfiles 2021-08-16 18:41:07 +02:00
.prettierrc Initial commit 2021-08-12 18:29:51 +02:00
CHANGELOG.md 🚀RELEASE 0.2.4 2021-08-21 09:30:20 +02:00
Dockerfile Updated base image version 2021-08-16 18:35:16 +02:00
LICENSE Added license 2021-08-16 18:38:04 +02:00
README.md Updated credits 2021-08-16 18:32:16 +02:00
docker-compose.yml Added docker-compose 2021-08-16 18:34:33 +02:00
jsconfig.json Initial commit 2021-08-12 18:29:51 +02:00
manifest.json Formatting/Linting 2021-08-16 18:27:09 +02:00
nginx.conf Added files for docker 2021-08-16 18:34:25 +02:00
package.json 🚀RELEASE 0.2.4 2021-08-21 09:30:20 +02:00
postcss.config.cjs Formatting/Linting 2021-08-16 18:27:09 +02:00
svelte.config.js Added fix for custom basepath 2021-08-18 18:02:14 +02:00
tailwind.config.cjs Formatting/Linting 2021-08-16 18:27:09 +02:00
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