Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 441 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 441 Bytes

Metalab website

Run locally

bun run dev

This runs Hugo and Svelte simultaneously via npm-run-all.

Fetch data

Fetch individual endpoints

make about
make events
make members
make meta
make projects

Fetch all endpoints

make fetch

Build Svelte

make precompile

Netlify

Configuration for Netlify is in netlify.toml. It uses the Makefile to run make build.