Local Development Setup
To configure StackTest locally for development:
- Clone the repository.
- Run
pnpm installin the root workspace. - Run
pnpm buildto compile package sources. - Run
pnpm testto execute unit tests.
To configure StackTest locally for development:
pnpm install in the root workspace.pnpm build to compile package sources.pnpm test to execute unit tests.