stack/.devcontainer
Bilal Godil d4f6f58735 feat(hexclave): PR 2 — visible rebrand to Hexclave
Rebased onto dev after PR 1475 (cl/hexclave-pr1) was squash-merged.
Squashes the original 46-commit branch (including PR1-duplicate commits
that arrived via cherry-picks/merges) into a single commit containing
only PR2's net delta over dev.

Original PR 1481 head: 94872de407873a1cabd4085deb21b69afe8d7699
(kept locally at backup/cl-romantic-mendel-5a2c25-pre-rebase)
2026-05-23 17:35:08 -07:00
..
devcontainer.json feat(hexclave): PR 2 — visible rebrand to Hexclave 2026-05-23 17:35:08 -07:00
README.md feat(hexclave): PR 2 — visible rebrand to Hexclave 2026-05-23 17:35:08 -07:00
set-env.sh Dev container for codespaces (#610) 2025-04-09 01:47:52 +02:00

Hexclave Development Container

This development container provides a standardized development environment for working on Hexclave.

Getting Started

  1. Open this folder in VS Code with the Dev Containers extension installed

  2. VS Code will prompt you to "Reopen in Container"

  3. Once the container is built and started, the following commands will be run automatically:

    • pnpm install
    • pnpm build:packages
    • pnpm codegen
  4. Start the dependencies and development server with:

    pnpm restart-deps
    pnpm dev
    
  5. You can now access the dev launchpad at http://localhost:8100

For more information, read the README.md in the root of the repository.