Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 374 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 374 Bytes

✨ Setup Environment

$ pnpm install
$ pnpm run prepare
$ cp .env.example .env

✨ Quick Start in Docker

$ docker-compose up --build

✨ Quick Start in local

$ bin/dev

✨ Running unit test

$ bin/test

✨ Running Python shell

$ bin/console

✨ Linting

$ bin/lint