Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.7 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.7 KB

Messenger

Messenger PWA written on VueJS 3 with Composition API, TypeScript, stylus, unit and e2e tests

Start the project

  1. Run the API
  2. Clone this repo
  3. Run:
make install-deps
make serve

Run tests

make test

Build project

make build