Skip to content

Latest commit

 

History

63 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InKCre Web Clients

Monorepo for the InKCre web application, browser extension, shared client core, and native Module Federation Extensions.

Setup

Required tools:

  • Node.js 22.22.3 through the root pnpm-managed runtime;
  • pnpm 11.11.0 from packageManager;
  • Python 3.11+, PDM, and sustainable-vibe-coding==14.0.0;
  • Docker Compose v2, locally or through an SSH alias;
  • a GitHub token with read:packages for @inkcre/ui-web and the admitted core image.
pdm add -g --save-exact sustainable-vibe-coding==14.0.0
git submodule update --init --recursive
pnpm install --frozen-lockfile
pnpm run doctor

Store the package token as a user-level placeholder rather than repository configuration:

pnpm config set --global //npm.pkg.github.com/:_authToken '${NODE_AUTH_TOKEN}'

Authenticate the selected Docker engine separately when the database runtime needs GHCR access. See Development Runtime for local, SSH, external core-py, Portless, browser, and sibling UI setup.

Commands

pnpm dev             # Ensure database and web capabilities
pnpm dev:webext      # Ensure the WXT capability
pnpm dev:all         # Develop the web Host with local remotes
pnpm dev:status      # Observe capability health
pnpm dev:stop        # Stop only current-worktree resources
pnpm run doctor      # Diagnose versions and runtime contracts
pnpm check           # Required format, lint, type, test, and build gate
pnpm test:e2e        # Browser tests with owned runtime resources

Specialized database, sibling UI, contract-generation, and release commands are documented under Deployment and Runtime; package.json remains their executable owner.

Documentation

Shared product requirements and cross-unit Product TDD are mounted read-only at docs/_shared/. Update the Hub source first and publish it before changing this repository's reference.

About

InKCre on Web (web application, web extension)

Topics

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Used by

Contributors

Languages