Skip to content

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

Notifications You must be signed in to change notification settings

ConductionNL/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=...

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages

  • HTML 51.8%
  • TypeScript 40.2%
  • Gherkin 3.9%
  • SCSS 1.5%
  • Shell 1.1%
  • CSS 0.7%
  • Other 0.8%