Skip to content

State-Channel-4/frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Ian-BrightthebeyondrNicoSerranoP
Jan 15, 2024
b510154 · Jan 15, 2024

History

52 Commits
Jul 7, 2023
Jan 15, 2024
Jan 15, 2024
Jan 15, 2024
Jan 15, 2024
Jan 15, 2024
Jan 15, 2024
Jul 27, 2023
Jan 15, 2024
Jul 7, 2023
Jan 15, 2024
Jul 7, 2023
Jan 15, 2024
Jul 7, 2023
Sep 8, 2023
Jul 7, 2023
Jul 7, 2023
Jul 7, 2023
Jul 25, 2023
Jul 7, 2023
Jul 7, 2023
Jan 15, 2024
Jan 15, 2024
Jul 7, 2023
Jul 7, 2023
Jan 15, 2024
Jul 7, 2023
Jul 7, 2023

Repository files navigation

channel-4-frontend-poc2

Frontend code for the Channel-4's POC2 built with NextJS.

To start

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