Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 740 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 740 Bytes

build and test status

Mykomap Mono-Repo

Mono-repo home to the FE/BE applications and libraries comprising Mykomap.

See the full documentation here.

Applications

Libraries

  • Common, which contains the OpenAPI spec and ts-rest contract.

How to install a dependency

npm i <package> -w <workspace name> --save

e.g.

npm i @fastify/cors -w @mykomap/back-end --save

Installation

See deployment docs.