0.0.19 • Published 4 years ago

walrus-docs v0.0.19

Weekly downloads
-
License
-
Repository
gitlab
Last release
4 years ago

walrus-docs

The documentation for the walrus.ai API.

Development

  1. npm install
  2. npm run dev

This will begin watching all relevant files and serving the docs at https://localhost:8000.

Deploy

Running npm run deploy will build the docs for production, and then deploy them to our Google Cloud Storage bucket. This requires the gsutil library to be installed locally.