Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 612 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 612 Bytes

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