Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 354 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 354 Bytes

site frontend

An application for md document storage and visualization. Needs keycloak, server and db to run properly.

The app uses two environments. By default environment.development.ts is used. When running in production environment.production.ts.

to run:

$ yarn run start

to build:

$ yarn run build

to test:

$ yarn run test