This repository contains the source code for the https://docs.offen.dev website.
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 docs at http://localhost:4000/.
MIT © offen