Skip to content

andresilva-cc/eyesup-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EyesUp (sync)

WebSocket server for EyesUp that enables real-time synchronization between devices

⚙️ Setup

Install the dependencies with:

pnpm install

🚀 Execution

Execute the project in development mode with:

pnpm dev

Or build and start in production mode with:

pnpm build
pnpm start

✍ Linter

Lint the code with:

pnpm lint:js [file ...]          # verifies JS of the specified files (or all if file is omitted)
pnpm lint:js:fix [file ...]      # verifies and fixes JS of the specified files (or all if file is omitted)

About

WebSocket server for EyesUp that enables real-time synchronization between devices

Topics

Resources

Stars

Watchers

Forks