An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# LinkTree

Easily share all your links at once.

### Built with

- Nuxt 3, Github OAuth LibSQL, Vercel,

### Preview








Live Demo

## Demo

https://linktree.nurriyad.com

## Features

- Server Side Rendering
- Login With Github
- Easily Share all your link

Make 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.