DevWebOn this pageWeb Prerequisites Node Setup Bootstrap npm i # or "just b" Setup .env AUTH_SECRET= # Whatever you wantNEXT_PUBLIC_API_SERVER_URL= # URL to API Server Dev VSCode: F5 to debug (I may have not set it up) CLI: npm run dev # or "just"