Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 623 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 623 Bytes

Glicocheck Admin

Administrative interface for Glicocheck.

How to run locally

  • Clone this project.
    • git clone https://github.com/oluizeduardo/glicocheck-admin.git
  • Configure the environment variables.
    • cp .env-example .env
  • Install all the dependencies.
    • yarn install
  • Run the server.
    • yarn start

Code analysis

SonarCloud