Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 575 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 575 Bytes

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