Url3.cc is a service that generates short links
- 🔗 Generate Short URLs: Easily convert long URLs into short, shareable links.
- 🖼️ Image Link Shortening: Turn image URLs into concise, easy-to-share links.
- 📊 Link Management: Conveniently manage all your shortened links in one place.
- 📈 Analytics: Track and analyze link clicks and performance data.
- 💼 Efficient Promotion: Ideal for more effective online marketing campaigns.
Make sure to install the dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
Start the development server on http://localhost:3000
:
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
Build the application for production:
# npm
npm run build
# pnpm
pnpm run build
# yarn
yarn build
Locally preview production build:
# npm
npm run preview
# pnpm
pnpm run preview
# yarn
yarn preview
Check out the deployment documentation for more information.