https://github.com/nurriyad/nuxt-linktree
🖇️ A web app where users can log in and create their own list of links and share them publicly.
https://github.com/nurriyad/nuxt-linktree
drizzle libsql nuxt3 tailwind turso
Last synced: 7 days ago
JSON representation
🖇️ A web app where users can log in and create their own list of links and share them publicly.
- Host: GitHub
- URL: https://github.com/nurriyad/nuxt-linktree
- Owner: nurRiyad
- Created: 2023-02-04T06:35:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-15T17:06:34.000Z (3 months ago)
- Last Synced: 2025-04-15T18:22:47.813Z (3 months ago)
- Topics: drizzle, libsql, nuxt3, tailwind, turso
- Language: Vue
- Homepage: https://linktree.nurriyad.com
- Size: 2.79 MB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LinkTree
Easily share all your links at once.
### Built with
- Nuxt 3, Github OAuth LibSQL, Vercel,
### Preview
## Demo
https://linktree.nurriyad.com
## Features
- Server Side Rendering
- Login With Github
- Easily Share all your linkMake sure to install dependencies:
## Production
Build the application for production:
```bash
# npm
npm run build# pnpm
pnpm build# yarn
yarn build# bun
bun run build
```Locally preview production build:
```bash
# npm
npm run preview# pnpm
pnpm preview# yarn
yarn preview# bun
bun run preview
```Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.