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