Getting Started Install dependencies npm install # or yarn Create .env file in root directory: NEXTAUTH_SECRET=***** NEXTAUTH_URL=http://localhost:3000 BASE_API_URI=http://localhost:8080/api First, run the development server: npm run dev # or yarn dev