Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 622 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 622 Bytes
Offen Fair Web Analytics logo

analyticstxt.org

The analyticstxt.org website

Developing the website

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

You can test your setup by starting the website:

$ make up

which should enable you to access the homepage at http://localhost:7000/.