my-evidence-project
v0.0.40
Published
This is the source for Evidence's public documentation.
Downloads
329
Readme
Evidence Docs
This is the source for Evidence's public documentation.
Local Installation
From the root of the monorepo, run the following.
pnpm run docs
Note, by default, the development docs site will be running on localhost:3000
which can collide with the default development port for Evidence. You can circumvent this by specifying the port in the start command, i.e npm run start -- --port 3001
.