/freebsd-sso-ui

Primary LanguageTypeScriptMIT LicenseMIT

FreeBSD SSO UI

The frontend pages of FreeBSD SSO using Ory SDK.

Requirement

Development

Configuration

Copy and rename .env.example to .env.

# .env
KRATOS_API_ENDPOINT="http://localhost:4433"

Script

Install dependencies:

npm install

Run in development mode:

npm run dev

Export static pages:

npm run build

The middleware src/app/api/.ory/route.ts can be omitted during the static page build process.