Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 475 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 475 Bytes

User Behavior Insights (UBI) Website

This is the website for UBI which is available at https://ubisearch.dev, hosted by GitHub Pages.

Serving Locally for Development

source ./venv/bin/activate
mkdocs serve

Deploying

To deploy the website:

source ./venv/bin/activate
mkdocs gh-deploy

Pushes to main will initiate a deployment via GitHub Actions.

License

This code is licensed under the Apache 2.0 license. See LICENSE.txt.