Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 516 Bytes

File metadata and controls

33 lines (23 loc) · 516 Bytes

Context

Marketing site for Context — open-source tools for autonomous AI systems.

Stack

  • Site: Zola static site generator
  • Styles: SCSS
  • Scripts: TypeScript (bundled with Bun)
  • API: Vercel Edge Functions
  • Database: Neon (PostgreSQL)
  • Hosting: Vercel

Development

# Install dependencies
bun install

# Build JS
bun run build:js

# Run Zola dev server
zola serve

Deployment

Push to master or run:

vercel --prod