A professional link management and analytics platform.
- Clone this repository
- Install dependencies:
npm install
- Set up environment variables:
- Create a
.env
file with required variables (check.env.example
)
- Start the development server:
npm run dev
The app will be running on port 5000.
- Click "Deploy" in top-right corner
- Choose deployment type:
- Autoscale: Best for most apps, scales with traffic
- Reserved VM: For consistent workloads
- Configure:
- Set URL (yourapp.replit.app)
- Add environment variables in Secrets
- Build:
npm run build
- Start:
npm run start
- Click "Deploy"
- Go to Render and sign up/sign in
- Create new Render account
- New Web Service
- Connect GitHub repo
- Configure:
- Build:
npm run build
- Start:
npm run start
- Environment variables
- Build:
- Click "Create Web Service"
- Import GitHub repo
- Configure project:
- Framework: Vite
- Build:
npm run build
- Output:
dist
- Add environment variables
- Deploy
For detailed deployment instructions, check: