diff --git a/README.md b/README.md index 3a7b6b9..0ecd75a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,28 @@ -# LinkyLinky Extension +

+ +

LinkyLinky Web

+

A simple, privacy focused urls shortner's dashboard

+

-> The companion extension for LinkyLinky + + +## Dev Setup 🛠 +> Runs on port 3000 + +#### Yarn +```bash +yarn +yarn dev --open +``` + +#### NPM +```bash +npm i +npm run dev --open +``` + +## 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 \ No newline at end of file diff --git a/static/icon_128.png b/static/icon_128.png new file mode 100644 index 0000000..3888ef5 Binary files /dev/null and b/static/icon_128.png differ