Skip to content

Latest commit

 

History

History
67 lines (45 loc) · 937 Bytes

README.md

File metadata and controls

67 lines (45 loc) · 937 Bytes

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:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.