2 changed files with 27 additions and 2 deletions
@ -1,3 +1,28 @@
|
||||
# LinkyLinky Extension |
||||
<p align="center"> |
||||
<img height="150" src="./static/icon_128.png"> |
||||
<h1 align="center">LinkyLinky Web</h1> |
||||
<h3 align="center">A simple, privacy focused urls shortner's dashboard</h3> |
||||
</p> |
||||
|
||||
> The companion extension for LinkyLinky |
||||
<!-- ## 👀 Preview |
||||
TODO: --> |
||||
|
||||
## 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 |
After Width: | Height: | Size: 8.3 KiB |
Loading…
Reference in new issue