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 d0366bbd2a
continuous-integration/drone/push Build is passing Details
Merge pull request 'Update dependency eslint-plugin-svelte3 to v4' (#15) from renovate/eslint-plugin-svelte3-4.x into main
Reviewed-on: #15
1 year ago
src Removed dashboard preroute 1 year 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 Due to popular demand we now allow lockfiles 2 years ago
.prettierrc Initial commit 2 years ago
CHANGELOG.md 🚀RELEASE 0.4.5 2 years ago
Dockerfile Merge pull request 'Update registry.odit.services/hub/library/node Docker tag to v18' (#11) from renovate/registry.odit.services-hub-library-node-18.x into main 1 year 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 Svelte confiug update 1 year ago
manifest.json Formatting/Linting 2 years ago
nginx.conf Added files for docker 2 years ago
package.json Update dependency eslint-plugin-svelte3 to v4 1 year ago
pnpm-lock.yaml Update dependency eslint-plugin-svelte3 to v4 1 year ago
postcss.config.cjs Formatting/Linting 2 years ago
renovate.json Added renovate 1 year ago
svelte.config.js Removed trailing slash 1 year ago
tailwind.config.cjs Tailwind fix 1 year ago
yarn.lock Update dependency eslint-plugin-svelte3 to v4 1 year 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