Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 345 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 345 Bytes

lon.sagisawa.me

https://lon.sagisawa.me

Usage

# .env
CONTENTFUL_SPACE_ID={Contentful space ID}
CONTENTFUL_DELIVERY_TOKEN={Contentful delivery token}
CONTENTFUL_PREVIEW_TOKEN={Contentful preview token}
pnpm i
# Development
pnpm run dev
# Build
pnpm run build
# Serve
pnpm run preview