Skip to content

o19s/ubi-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

python -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt

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.