update readme with create admin dev instructions

This commit is contained in:
2026-05-06 05:14:40 +02:00
parent 5017cd48b6
commit c9296af0b4

View File

@@ -49,4 +49,8 @@ on dev machine:
`npm i` `npm i`
`npm run dev` `npm run dev`
Create admin user in dev env
`DB_HOST=localhost DB_PORT=5454 node scripts/create-admin.mjs admin 'YOUR_PASSWORD_HERE'`
now visit http://localhost:1337 in your browser, you can develop without needing to rebuild the docker image for every change now visit http://localhost:1337 in your browser, you can develop without needing to rebuild the docker image for every change