Frontend code for the Channel-4's POC2 built with NextJS.
Download the repository and move to the project folder. Then run the following commands:
# 1 - Create a .env file like the .env.example file
cp .env.example .env
# 2 - Install the dependencies
pnpm install
# 3 - Run the project in dev mode
pnpm dev
# 4 - Build the project
pnpm build
# 5 - You can clear cache using
pnpm clean