This a sample of use of Auth+ services
Front-end for Auth+ organization
# Install all dependencies
npm ci
# Run locally
npm run dev
# Run build
npm rum build
# Check build (CI-compatible, no artifacts)
npm run build:check
# Run test
npm test
# Check lint (CI-compatible, no changes)
npm run lint:check
# Fix lint issues automatically
npm run lint