Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 511 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 511 Bytes

auth-blog-service

Actions Workflow Actions Workflow

How to Start Development

  1. Copy sample.env to .env and rename the variables if you need
  2. Build the images and run the containers:
$ yarn install
$ cp sample.env .env
$ docker-compose up --build -d
$ yarn log:api