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-03-03 20:49:03 +01:00
.circleci add production analytics id 2020-01-12 19:03:33 +01:00
build use cssnano instead of cssmin for building css 2020-02-23 15:58:00 +01:00
homepage update index and pages 2020-03-03 20:46:56 +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 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 do not use hyphens in build arg 2020-01-08 15:58:59 +01:00
nginx.conf deploy to s3/cloudfront, remove elastic beanstalk deployment 2020-01-07 12:49:25 +01:00
README.md conform to requirements caused by agpl licensed plugins 2020-02-08 14:10:50 +01:00

CircleCI

website

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.