website/README.md
Frederik Ring 024cf6c1d8
All checks were successful
Build / build (push) Successful in 2m26s
Add basic README
2023-09-02 21:24:36 +02:00

694 B

Offen logo

Website

The www.offen.software website

This repository contains the source code for the https://www.offen.software website.


Developing the application

The development setup requires docker and docker compose to be installed.

After cloning the repository, you can build the containers and install dependencies using:

$ make setup

You can test your setup by starting the application:

$ make up

which should enable you to access the homepage at http://localhost:9001/.