Important: Make sure to use your own MongoDB connection string.
2
Install
Run:
Install dependencies
npminstall
3
Run
Start the development server:
Run dev server
npmrundev
Before production, set strong values for NEXTAUTH_SECRET and SYSTEM_SETUP_KEY, set NEXTAUTH_URL to your public URL, and enable SECURE where applicable.