Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 362 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 362 Bytes

easy-push

The simpler pusher alternative (WIP)

Installation

$ pnpm install

Running the server

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Test

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov