Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.77 KB

developers.md

File metadata and controls

55 lines (37 loc) · 1.77 KB

👩‍💻 Development

🏁 Usage

🚀 Run the development environment

Run the config task.

make dev-config

Start the development stack

# Development stack with basic console logging
make dev-up

# Development stack with advanced ElasticSearch logging using filebeat (accessible at `kibana.localhost`)
make dev-up-elk

Note: it is recommended to use the environment variable DOCKER_BUILDKIT=1

The following URLs are available in the development environment:

🚏 Stop the development environment

make dev-down

Start the production stack locally

Copy env.example to env.prod and update variables according to your needs. Then run make prod-up-origin or make prod-up-destination depending on your case.

✨ Frontend

The developer documentation for the frontend of eurydice is available here: frontend/README.md

🖥️ Backend

The developer documentation for the backend of eurydice is available here: backend/README.md