This monorepo is managed with Turborepo. It hosts identity related open source software developed by Internet Identity Labs.
This repo includes the following packages/apps:
docs: Next.js Docs site hosted on
vercel
packages/identitykit: source code deployed to @nfid/identitykit
- eslint-config-next- Next.js configuration
- eslint-config-prettier- Prettier configuration
- base.json- Base TypeScript configuration
- nextjs.json- Next.js TypeScript configuration
- react-library.json- React Library TypeScript configuration
npm run test
To build all apps and packages, run the following command:
npm run build
To develop all apps and packages, run the following command:
npm run dev