This is the new ITxBergen homepage currently under development. Current version ixb-web
- Install Docker on your machine, and make sure Docker is running.
- Run this command:
docker-compose up
You can view your images created with docker images
.
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.