This repository holds the documentation site for two-go, a zero-dependency fluent service and API testing library for Node. The site is built with VitePress.
Install the dependencies and start the dev server:
npm install
npm run docs:devThe dev server prints a local URL you can open in your browser. Pages live under docs/ and update on save.
npm run docs:build
npm run docs:previewThe site deploys to GitHub Pages. On every push to the main branch, a GitHub Actions workflow builds the VitePress site and publishes the output to Pages.