Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 307 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 307 Bytes

Ore3 FW

sample code.

必要な環境

  • php>=7.3で確認している

setup

$ make setup

composer.pharの取得やinstallまで行われます

DB初期化

$ make db-reset

Unit test

$ make test

boot stand-alone server

$ make start