Simple GT7 Dash built with Node.js and Next.js.
- Copy .env file and replace the value of
PLAYSTAION_IPwith your PS4/PS5 console's IP.
cp .env.example .env- Install dependencies
# install dependencies for server
npm i
# install dependencies for client
cd client
npm i- Start server and client
npm run start:servernpm run start:client