This development container provides a standardized development environment for working on Stack Auth.
-
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.