diff --git a/README.md b/README.md index ff7036f..1ec36bd 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ -# website [![CircleCI](https://circleci.com/gh/offen/website/tree/master.svg?style=svg)](https://circleci.com/gh/offen/website/tree/master) -> The www.offen.dev website +# website -This repository contains the source code for the website, as well as the code needed for running and extending an instance of `offen/offen` on the same domain. +## The www.offen.dev website + +This repository contains the source code for the website. --- @@ -17,19 +18,13 @@ After cloning the repository, you can build the containers and install dependenc $ make setup ``` -Next seed the database for the `server` application: - -```sh -$ make bootstrap -``` - You can test your setup by starting the application: ```sh $ make up ``` -which should enable you to access the homepage at and use the wrapped `auditorium` at +which should enable you to access the homepage at . ### License