website/README.md
hendr-ik 50563cbe88
All checks were successful
Build / build (push) Successful in 41s
Remove OFWA Logo
2024-01-16 21:16:17 +01:00

27 lines
518 B
Markdown

# 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:
```sh
$ make setup
```
You can test your setup by starting the application:
```sh
$ make up
```
which should enable you to access the homepage at <http://localhost:9001/>.