Administrative interface for Glicocheck.
- 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