Skip to content

Latest commit

History

History
10 lines (7 loc) 路 417 Bytes

index.md

File metadata and controls

10 lines (7 loc) 路 417 Bytes

Documentation

There are two environments, the backend (WordPress) and the frontend (Next.js). The frontend is a static site that is generated at build time. The backend is a WordPress instance that is used to manage content and provide a GraphQL & REST-API for the frontend.

  1. Setup
  2. Local Development
  3. Managing Docker
  4. Contributing