DNightOwl / 42-ft-transcendence

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

42-ft-transcendence

copy the .env.example and rename it to .env update all the place holders in .env with the accurate values

+ to build and run the project directly:

docker compose up --build

+ using the Makefile:

make build : will build and up the containers.
make stop : will stop the containers.
make start : will start the containers.
make clean : will delete all the containers , images and volumes.

About


Languages

Language:TypeScript 97.8%Language:CSS 1.2%Language:JavaScript 0.4%Language:Shell 0.3%Language:Makefile 0.1%Language:Dockerfile 0.1%Language:HTML 0.1%