From dff818158c790481868c995e0209f13aeb106251 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 13 Feb 2026 21:43:51 +0900 Subject: chore: replace Makefile with justfile Co-Authored-By: Claude Opus 4.6 --- docs/DEV.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/DEV.md b/docs/DEV.md index b2cd6de..6f1ab45 100644 --- a/docs/DEV.md +++ b/docs/DEV.md @@ -22,8 +22,8 @@ * `ALBATROSS_JWT_SECRET`: Secret key for JWT tokens * `ALBATROSS_COOKIE_SECRET`: Secret key for cookies 1. `direnv allow .` (optional) -1. `make init` -1. `make up` +1. `just init` +1. `just up` 1. Access to http://localhost:5173/iosdc-japan/2025/code-battle/. * User `a`, `b` and `c` can log in with `pass` password. * User `a` and `b` are players. -- cgit v1.3.1