Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.38 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.38 KB

Onbai Next.js

GitHub GitHub package.json version GitHub branch checks state Lines of code GitHub code size in bytes Relative date

Getting Started

First, run the development server:

npm run dev

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

ENV

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"

Server

Glitch