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-05 19:10:14 +01:00
.circleci deploy assets to self hosted storage 2020-09-27 13:00:53 +02:00
build use fqdn for sitemap in robots file 2020-07-09 13:37:54 +02:00
homepage add intro content to get started and demo page 2021-03-05 17:39:22 +01:00
.dockerignore add autoprefixer to css pipeline 2019-10-27 12:53:26 +01:00
.editorconfig update email, add GPG key 2019-10-17 14:52:54 +02: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 use cssnano instead of cssmin for building css 2020-02-23 15:58:00 +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.