Skip to content

charleneleong-ai/ai-intuition

Repository files navigation

AI Intuition

This is my personal blog using Quarto, welcome! :)

Setup

  1. To get started, install the pre-requisites:
sudo apt install pipx quarto texlive-latex-extra dvisvgm
  1. Setup initial virtual env
make init
  1. Install packages
make install

NOTE: If packages in pyproject.toml are updated, run make sync to sync the venv deps.