/42-CC_Ft-transcendence

Soon, you will realize that you already know things that you thought you didn’t

Primary LanguageTypeScript

ft_transcendence

Development


Database

First check the ports and hosts in .env file. Then, to start the database, run:

docker-compose up -d postgres

Backend

$ cd backend
$ npm install
$ npm run dev

Frontend

$ cd Frontend
$ npm install
$ npm run dev

All these commands (and more) are also available via Makefile to easily launch dev environments locally.


Team