Skip to content

DEFNA/defna.org

Repository files navigation

defna.org website

Getting Started

to build the project

docker-compose build

to start the project's web servers

To make development easier, the DEFNA website runs locally on two ports (tl;dr: use http://localhost:8000)

docker-compose up

# or in detached mode
docker-compose up --detached

to stop the project

docker-compose down