For Contributors
Prerequisites
Set up the repository
# Clone the repo
git clone https://github.com/openacp/OpenACP.git
cd OpenACP
# Install dependencies
pnpm install
# Build the project
pnpm build
# Run the tests — everything should pass
pnpm test
# Start watch mode (rebuilds on every file save)
pnpm devProject structure
Key concepts
Running a single test file
Before you open a PR
Where to go next
Last updated
Was this helpful?
