diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-02-13 21:43:51 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-02-13 21:58:25 +0900 |
| commit | dff818158c790481868c995e0209f13aeb106251 (patch) | |
| tree | 8c666ea05faa7dd6d7aacc22b67a3224917a80ec /docs/DEV.md | |
| parent | 7037bd46431830e4d4ad46b2e136243e8455ac02 (diff) | |
| download | phperkaigi-2026-albatross-dff818158c790481868c995e0209f13aeb106251.tar.gz phperkaigi-2026-albatross-dff818158c790481868c995e0209f13aeb106251.tar.zst phperkaigi-2026-albatross-dff818158c790481868c995e0209f13aeb106251.zip | |
chore: replace Makefile with justfile
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'docs/DEV.md')
| -rw-r--r-- | docs/DEV.md | 4 |
1 files changed, 2 insertions, 2 deletions
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. |
