Skip to content

GQDeltex/ft_transcendence

Repository files navigation

CI Badge CodeQL Badge

ft_transcendence

The ft_transcendence project for 42 Wolfsburg

Services accessible under:

Development

cp example.env .env
# Fill .env with life
# you need docker and docker-compose installed
make dev
# Just press Ctrl-C if you want to stop the logs. The containers will continue running.

# Stop containers with
make stop
# and remove them with
make clean

Production

# Build production images and start them
make
# or
make all
# or
make prod