Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Frontend huwelijksplanner voor Eenvoudig, Gratis en Flits huwelijk/geregistreerd partnerschap

Notifications You must be signed in to change notification settings

frameless/utrecht-huwelijksplanner

Repository files navigation

Example website with NL Design System and Next.js

Getting Started

First, run the development server:

npm install
npm run dev

Open localhost:3000

Getting Started with Docker

First, run the development server with support for automatic reloading.

docker-compose -f docker-compose.dev.yml build
docker-compose -f docker-compose.dev.yml up --remove-orphans

Open localhost:3000

Or run the production server:

docker-compose build
docker-compose up --remove-orphans

Open localhost:3000

Configure the following environment variables to connect with the API:

NEXT_PUBLIC_API_URL=https://api.huwelijksplanner.online/api
NEXT_PUBLIC_API_TOKEN=...
NEXT_PUBLIC_MATOMO_URL=https://stats.utrecht.nl/analytics/
NEXT_PUBLIC_MATOMO_SITE_ID=...