Skip to content

NFID Open Source Packages. Fork to test some Dependabot improvements

Notifications You must be signed in to change notification settings

dsp-testing/nfid

 
 

Repository files navigation

NFID Open Source Software

Overview

This monorepo is managed with Turborepo. It hosts identity related open source software developed by Internet Identity Labs.

What's inside?

This repo includes the following packages/apps:

Docs

docs: Next.js Docs site hosted on vercel

Packages

packages/identity-kit: source code deployed to @nfid/identity-kit

Config

config/eslint-config-custom: eslint configurations

  • eslint-config-next - Next.js configuration
  • eslint-config-prettier - Prettier configuration

config/tsconfig: Shared TypeScript configuration files

  • base.json - Base TypeScript configuration
  • nextjs.json - Next.js TypeScript configuration
  • react-library.json - React Library TypeScript configuration

Usage

Test

npm run test

Build

To build all apps and packages, run the following command:

npm run build

Develop

To develop all apps and packages, run the following command:

npm run dev

About

NFID Open Source Packages. Fork to test some Dependabot improvements

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.3%
  • TypeScript 14.7%