2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 12:10:25 +02:00
Mirror of github.com/offen/website
Go to file
2021-03-08 11:38:31 +01:00
.circleci update docker images in use 2021-03-05 19:21:55 +01:00
build update docker images in use 2021-03-05 19:21:55 +01:00
homepage update get-started and try-demo 2021-03-08 11:36:56 +01:00
.dockerignore clean up editorconfig 2021-03-05 19:30:25 +01:00
.editorconfig clean up editorconfig 2021-03-05 19:30:25 +01:00
.gitignore vendor decorate plugin to enable pickling of settings file 2020-12-17 17:27:04 +01:00
CODE_OF_CONDUCT.md refer to real world .dev domain 2019-05-01 20:34:00 -06:00
docker-compose.yml use dedicated server for static assets in development 2020-12-17 16:14:54 +01:00
Dockerfile.python update docker images in use 2021-03-05 19:21:55 +01:00
LICENSE conform to requirements caused by agpl licensed plugins 2020-02-08 14:10:50 +01:00
Makefile update makefile 2021-03-05 19:10:14 +01:00
README.md Update README.md 2020-06-01 11:17:25 +02:00

Offen logo

Website

CircleCI

The www.offen.dev website

This repository contains the source code for the https://www.offen.dev 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:8000/.

License

The content of this website itself is licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) License, and the underlying source code used to format and display that content is licensed under the GNU Affero General Public License v3.0.