Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 238 Bytes

get-started.md

File metadata and controls

13 lines (10 loc) · 238 Bytes

llm-random.github.io

Setup

  1. Install quarto: https://quarto.org/docs/get-started/
  2. Voilà

Run locally (hot reload)

  1. $ quarto preview

Deployment

  1. $ quarto render
  2. $ git commit -m "Add new post"
  3. $ git push