- プロジェクトをクローンする
git clone https://github.com/16francs/examin.git
- 環境構築を行う
make setup
環境構築には, clientにexamin_vueを, apiにexamin_railsを使用
- コンテナをビルド
make dev-build
- コンテナの起動
make dev-start
- コンテナの停止
make dev-stop
- テストの事項
make test
- コンテナをビルド
make build
- コンテナの起動
make start
- コンテナの停止
make stop
- ログの閲覧
make logs