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.
Reviewed-on: #6 |
1 year ago | |
---|---|---|
docs | 2 years ago | |
src | 2 years ago | |
.drone.yml | 1 year ago | |
.gitignore | 2 years ago | |
CHANGELOG.md | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
package.json | 1 year ago | |
renovate.json | 1 year ago | |
tailwind.config.js | 2 years ago | |
yarn.lock | 1 year ago |
README.md
LinkyLinky 4 Chrome
A simple, privacy focused urls shortner
👀 Preview





⚡ Installation
- Download the
linkylinky-chrome.zip
from the lastest release - Unzip the file
- Go to Chrome Extensions (
chrome://extensions/
) - Turn on
Developer Options
in the top right - Click on
Load Unpacked
in the top left - Select the unziped folder ("linkylinky-chrome")
🛠 Dev Setup
Runs on port 3000
Yarn
yarn
yarn dev
NPM
npm i
npm run dev
🚢 Build
Yarn
yarn
yarn build
# Optional to create the zip
yarn build:package
NPM
npm i
npm run build
# Optional to create the zip
npm run build:package
🏴 Roadmap/ Progress
- Basic README
- Publish to git
- Basic functionality
- Create generated urls
- Create custom urls
- Copy shorturl to deskop
- Notify on copy
- Generate another url
- Disable bot crawling/chat preview on demand
- Use clientside redirect w/ animation
- Provide different url
- Project Logo™
- Basic error handling
- Finalize styling
- Advanced project stuff
- Purge delivered css
- Build script
- Automagic builds via drone
- Delivery as zip
Credits
- ClipboardJS by Zeno Rocha licensed under MIT - Website: https://clipboardjs.com/ - Repo: https://github.com/zenorocha/clipboard.js
- TailwindCSS by TailwindLabs licensed under MIT - Website: https://tailwindcss.com - Repo: https://github.com/tailwindlabs/tailwindcss
- LinkyLinky Server: https://git.odit.services/kauft.es/linkylinky