nrb / janus-idp.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

janus-idp.github.io

This is an monorepo that automatically deploys to janus-idp.io.

What's inside?

This turborepo uses pnpm as a package manager. It includes the following packages/apps:

Apps and Packages

Install dependencies

To install the dependencies, run the following command:

pnpm install

Develop

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

pnpm run dev

Lint

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

pnpm run lint

Build

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

pnpm run build

Fix dependency mismatches

To fix the dependency mismatches between workspaces, run the following command:

pnpm check-dependency-version-consistency . --fix

Delete node_modules folders

To delete all the node_modules folders in the workspace, run the following command:

npx npkill

Useful Links

Learn more about pnpm:

Learn more about Turborepo:

About

License:Other


Languages

Language:TypeScript 64.1%Language:JavaScript 31.3%Language:CSS 4.4%Language:Shell 0.1%