This is the new ITxBergen homepage currently under development. Current version ixb-web

Using Docker

  1. Install Docker on your machine, and make sure Docker is running.
  2. Run this command: docker-compose up

You can view your images created with docker images.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.