First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devThis project includes a local script to sync data/publications.json with:
https://www.gianlucademartini.net/?page=pubs
Run it with:
npm run sync:publicationsUseful options:
npm run sync:publications -- --dry-run
npm run sync:publications -- --help