2019-10-08 19:50:12 +02:00
[![CircleCI ](https://circleci.com/gh/offen/website/tree/master.svg?style=svg )](https://circleci.com/gh/offen/website/tree/master)
2019-04-26 04:19:47 +02:00
2020-01-07 13:30:24 +01:00
# website
## The www.offen.dev website
2019-04-10 18:17:24 +02:00
2020-01-07 13:30:24 +01:00
This repository contains the source code for the < https: / / www . offen . dev > website.
2019-04-10 18:17:24 +02:00
---
2019-04-19 18:56:24 +02:00
### Developing the application
2019-06-20 12:57:36 +02:00
The development setup requires `docker` and `docker-compose` to be installed.
2019-04-26 04:08:17 +02:00
2019-06-20 12:57:36 +02:00
After cloning the repository, you can build the containers and install dependencies using:
```sh
$ make setup
```
You can test your setup by starting the application:
```sh
2019-10-24 12:32:31 +02:00
$ make up
2019-04-26 04:08:17 +02:00
```
2020-01-07 13:30:24 +01:00
which should enable you to access the homepage at < http: / / localhost:8000 / > .
2019-04-26 04:08:17 +02:00
2019-04-10 18:17:24 +02:00
### License
2020-02-08 14:10:50 +01:00
The content of this website itself is licensed under the [Creative Commons Attribution 4.0 International (CC BY 4.0) License][cc-by-4], and the underlying source code used to format and display that content is licensed under the [GNU Affero General Public License v3.0][license].
[cc-by-4]: https://creativecommons.org/licenses/by/4.0/
[license]: https://github.com/offen/website/blob/development/LICENSE