This project is currently deployed. Link to demo: TrendyThumbs
node
&pnpm
installed globally on your machine.- TrendyThumbs Backend running/deployed.
- 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
- Access the application at: http://localhost:3000