First, run the development server:
npm run dev
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
Example env.development.local
:
NEXT_PUBLIC_API_URL = "http://192.168.1.97:3030/"
SESSION_KEY = "complex_password_at_least_32_characters_long"
SESSION_COOKIE_NAME = "onbai_user"