Easily share all your links at once.
- Nuxt 3, Github OAuth LibSQL, Vercel,
- Server Side Rendering
- Login With Github
- Easily Share all your link
Make sure to install dependencies:
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.