2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 20:20:24 +02:00
website/README.md

37 lines
942 B
Markdown
Raw Normal View History

2019-10-08 19:46:02 +02:00
# website
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
2019-10-08 19:46:02 +02:00
> The www.offen.dev website
2019-04-10 18:17:24 +02:00
This repository contains the source code for the <https://www.offen.dev> website, as well as the code needed for running and extending an instance of `offen/offen` on the same domain.
2019-04-10 18:17:24 +02:00
---
2019-04-19 18:56:24 +02:00
### Developing the application
The development setup requires `docker` and `docker-compose` to be installed.
2019-04-26 04:08:17 +02:00
After cloning the repository, you can build the containers and install dependencies using:
```sh
$ make setup
```
Next seed the database for the `server` application:
```sh
$ make bootstrap
2019-04-26 04:08:17 +02:00
```
You can test your setup by starting the application:
```sh
$ make up
2019-04-26 04:08:17 +02:00
```
which should enable you to access the homepage at <http://localhost:8000/> and use the wrapped `auditorium` at <http://localhost:8000/auditorium>
2019-04-26 04:08:17 +02:00
2019-04-10 18:17:24 +02:00
### License
2019-05-02 04:34:00 +02:00
MIT © [offen](https://www.offen.dev)