Skip to content

two-go-testing/two-go-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

two-go-docs

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.

Run it locally

Install the dependencies and start the dev server:

npm install
npm run docs:dev

The dev server prints a local URL you can open in your browser. Pages live under docs/ and update on save.

Build and preview

npm run docs:build
npm run docs:preview

Deployment

The 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.

About

Documentation site for two-go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors