offen.software Website https://www.offen.software
Go to file
Frederik Ring aa4876deb7
Build / build (push) Successful in 2m19s Details
Fix typo
2024-04-26 12:28:55 +02:00
.gitea/workflows Set SITEURL when building production site (#18) 2024-01-16 20:57:11 +01:00
build Unlock base image, set additional node path (#19) 2024-01-16 21:00:18 +01:00
website Fix typo 2024-04-26 12:28:55 +02:00
.editorconfig Scaffold empty pelican site 2023-09-02 20:18:29 +02:00
.gitignore Scaffold empty pelican site 2023-09-02 20:18:29 +02:00
Dockerfile.python Unlock base image, set additional node path (#19) 2024-01-16 21:00:18 +01:00
LICENSE Scaffold empty pelican site 2023-09-02 20:18:29 +02:00
Makefile Fix page attributes in site header 2023-09-03 17:27:39 +02:00
README.md Remove OFWA Logo 2024-01-16 21:16:17 +01:00
docker-compose.yml Set up template inheritance 2023-09-03 18:46:44 +02:00

README.md

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/.