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 configurationeslint-config-prettier
- Prettier configuration
base.json
- Base TypeScript configurationnextjs.json
- Next.js TypeScript configurationreact-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