Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 422 Bytes

File metadata and controls

17 lines (9 loc) · 422 Bytes

Wellspring

Wellspring is an ORM for interacting with Postgres via NodeJS

Building and showing the docs

Wellspring uses JsDoc for documentation, so the docs are inline. You can also build them locally by running

npm run build-docs

Once the docs are built, you can launch a server to show them with

npm run docs

which starts a server on port 8080.

You can do both with npm run build-docs && npm run docs.