Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 827 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 827 Bytes

Vespa Search screenshot

Vespa Search

This is a Vespa Application for searching and exploring documentation, blogs, sample applications and other resources useful when working on Vespa.

Install and start:

yarn install
yarn dev

Alternatively, use Docker to start it without installing node:

docker run -v `pwd`:/w -w /w --publish 3000:3000 node sh -c 'yarn install && yarn dev --host'

When started, open http://127.0.0.1:3000/.

License

Code licensed under the Apache 2.0 license. See LICENSE for terms.