Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

onbai-oss/onbai-nextjs

Repository files navigation

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