Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 465 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 465 Bytes

Brain interview app

How to use

Prerequisites

Please install following prerequisites before attempting to run the project.

  • docker
  • gnu make

Development

Start dev mode

make dev

Start production mode

make prod

Running yarn command

make yanr c="your yarn command"

Connect to next app docker bash

make sh-next-app

After updating graphql.schema please run

make yarn c="gql:codegen"