Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/offen/website
The www.offen.dev website
https://github.com/offen/website
Last synced: 1 day ago
JSON representation
The www.offen.dev website
- Host: GitHub
- URL: https://github.com/offen/website
- Owner: offen
- License: agpl-3.0
- Created: 2019-10-08T17:17:58.000Z (about 5 years ago)
- Default Branch: development
- Last Pushed: 2024-07-03T13:13:36.000Z (4 months ago)
- Last Synced: 2024-11-03T18:34:57.482Z (8 days ago)
- Language: HTML
- Size: 30.6 MB
- Stars: 8
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Offen Fair Web Analytics 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
This repository contains the source code for the 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:
```sh
$ make setup
```You can test your setup by starting the application:
```sh
$ make up
```which should enable you to access the homepage at .
### License
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