https://www.figma.com/files/project/57606455/Game-Profile
para a execução do projeto sem problemas, se faz recomendado a preparação do ambiente.
git clone https://github.com/tads-cnat/gameprofile.git
git clone git@github.com:tads-cnat/gameprofile.git
Passo a passo após o git clone
docker-compose up --build
para inicializar tudo automaticamente, incluindo o front-end.frontend
docker build -t front .
docker run -p 3000:3000 front