git clone https://github.com/Luis-F-Oliveira/PClient.git
cd ./PClient
npm install
Copie o arquivo .env.example
cp .env.example .env
Depois adicione a rota do seu backend, ex: http://localhost:0000
NEXT_PUBLIC_BACKEND_URL=
npm run build
npm run start