Skip to content

kumarutkarshuk/trendy-thumbs-frontend

Repository files navigation

Project Status

This project is currently deployed. Link to demo: TrendyThumbs

Setup Instructions

Prerequisites

Steps

  • First, clone the repository to your local machine:
git clone https://github.com/kumarutkarshuk/trendy-thumbs-frontend
  • Move to the project directory:
cd trendy-thumbs-frontend
  • Installation:
pnpm install
  • Set environment variables:
echo "BACKEND_URL=<backend-url>" > .env.local
  • Start the app:
pnpm dev