Skip to content

oneseventeen/staff-kb

Repository files navigation

Staff-KB

Purpose

This is a knowledge base for staff, limiting access using SAML SSO as provided by passport.js

Core Goals

  • Provide a secure and accessible knowledge base for staff
  • Limit access to only staff members via SAML SSO
  • Limit access to articles by SAML Group membership
  • Provide a user-friendly interface for staff to access information

Getting Started

First, Install dependencies:

npm install
# or
yarn install
# or
pnpm install
# or
bun install

Then, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

About

A staff-only knowledge base authenticated via SAML SSO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published