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
2020-07-09 13:37:54 +02:00
.circleci use circle ci context for AWS credentials 2020-05-22 20:50:00 +02:00
build use fqdn for sitemap in robots file 2020-07-09 13:37:54 +02:00
homepage clean up templates 2020-07-09 13:29:27 +02: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 normalize naming schemes for docker images 2019-10-10 10:00:02 +02:00
bootstrap.yml consume latest server build 2019-10-09 20:34:31 +02:00
CODE_OF_CONDUCT.md refer to real world .dev domain 2019-05-01 20:34:00 -06:00
docker-compose.yml deploy to s3/cloudfront, remove elastic beanstalk deployment 2020-01-07 12:49:25 +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 add file for verifying keybase identity 2020-06-25 09:17:44 +02:00
nginx.conf deploy to s3/cloudfront, remove elastic beanstalk deployment 2020-01-07 12:49:25 +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.