Skip to content

svglol/link-shortener

Repository files navigation

Link Shortener built with Nuxt + Nuxt Hub

Built with

Environment Variables

NUXT_PUBLIC_BASE_URL=http://localhost:3000/

Setup

# pnpm
pnpm install

Development Server

Start the development server on http://localhost:3000

# pnpm
pnpm dev

Production

Build the application for production:

# pnpm
pnpm build

Locally preview production build:

#yarn
# pnpm
pnpm preview