Populate .env.*
files, and remove the .example
extension
(Windows) npm install -g [email protected]
npm install
npm run dev
Visit http://localhost:3000/passport on your browser.
To bypass authentication locally:
- Remove
<UserProvider>
from/pages/_app.tsx
- Remove not operator (
!
) from!user?.isAdmin
in/pages/index.tsx