2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 20:20:24 +02:00
Mirror of github.com/offen/website
Go to file
2020-01-31 09:16:30 +01:00
.circleci add production analytics id 2020-01-12 19:03:33 +01:00
build do not use hyphens in build arg 2020-01-08 15:58:59 +01:00
homepage change date 2020-01-31 08:55:05 +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 add autoprefixer to css pipeline 2019-10-27 12:53:26 +01:00
LICENSE Initial commit 2019-04-10 16:58:26 +02: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 update README 2020-01-07 13:30:24 +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

MIT © offen