mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
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) |
||
|---|---|---|
| .. | ||
| devcontainer.json | ||
| README.md | ||
| set-env.sh | ||
Hexclave Development Container
This development container provides a standardized development environment for working on Hexclave.
Getting Started
-
Open this folder in VS Code with the Dev Containers extension installed
-
VS Code will prompt you to "Reopen in Container"
-
Once the container is built and started, the following commands will be run automatically:
pnpm installpnpm build:packagespnpm codegen
-
Start the dependencies and development server with:
pnpm restart-deps pnpm dev -
You can now access the dev launchpad at http://localhost:8100
For more information, read the README.md in the root of the repository.