Skip to content

tomchandotme/gt7-dash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gt7-dash

Simple GT7 Dash built with Node.js and Next.js.

Install and Start

  1. Copy .env file and replace the value of PLAYSTAION_IP with your PS4/PS5 console's IP.
cp .env.example .env
  1. Install dependencies
# install dependencies for server
npm i
# install dependencies for client
cd client
npm i
  1. Start server and client
npm run start:server
npm run start:client

Screenshot

Screenshot 2023-05-28 at 01 27 47

Video Demo

Watch the video

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages