aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/DEV.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/DEV.md')
-rw-r--r--docs/DEV.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/DEV.md b/docs/DEV.md
index c8a4686..be9aede 100644
--- a/docs/DEV.md
+++ b/docs/DEV.md
@@ -10,17 +10,15 @@
* Docker
* Docker Compose
-* Node.js 20.0.0 or later
+* Node.js 22 or later
* Npm
-* Go 1.22.3 or later
+* Go 1.25 or later
# Run
1. Clone the repository.
1. `cd path/to/the/repo`
-1. Copy `.env.example` to `.env` and configure:
- * `ALBATROSS_JWT_SECRET`: Secret key for JWT tokens
- * `ALBATROSS_COOKIE_SECRET`: Secret key for cookies
+1. Copy `.env.example` to `.env`.
1. `direnv allow .` (optional)
1. `just init`
1. `just up`