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

952 B

website

CircleCI

The www.offen.dev website

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.


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

Next seed the database for the server application:

$ make bootstrap

You can test your setup by starting the application:

$ docker-compose up

which should enable you to access the homepage at http://localhost:8000/ and use the wrapped auditorium at http://localhost:8000/auditorium

License

MIT © offen