WebSocket server for EyesUp that enables real-time synchronization between devices
Install the dependencies with:
pnpm install
Execute the project in development mode with:
pnpm dev
Or build and start in production mode with:
pnpm build
pnpm start
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)