The official dashboard for linkylinky
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Nicolai Ort 2346275add
Added drone builds for latest and tags
2 years ago
src Formatting/Linting 2 years ago
static Filled in readme 2 years ago
.dockerignore Added files for docker 2 years ago
.drone.yml Added drone builds for latest and tags 2 years ago
.eslintrc.cjs Initial commit 2 years ago
.gitignore Ignore lockfiles 2 years ago
.prettierrc Initial commit 2 years ago
Dockerfile Updated base image version 2 years ago
LICENSE Added license 2 years ago
README.md Updated credits 2 years ago
docker-compose.yml Added docker-compose 2 years ago
jsconfig.json Initial commit 2 years ago
manifest.json Formatting/Linting 2 years ago
nginx.conf Added files for docker 2 years ago
package.json Updated package name 2 years ago
postcss.config.cjs Formatting/Linting 2 years ago
svelte.config.js Formatting/Linting 2 years ago
tailwind.config.cjs Formatting/Linting 2 years ago

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