Personal Website and Portfolio
Go to file
2025-06-16 18:11:59 +02:00
frontend update package versions 2025-06-16 18:11:59 +02:00
.gitignore initial docker, docker compose, react placeholders 2023-12-13 15:49:47 +01:00
custom_nginx.conf Add tips and quotes pages (#6) 2024-03-22 17:06:05 +01:00
docker-compose.yml update node version 2024-10-14 19:58:39 +02:00
Dockerfile Add tips and quotes pages (#6) 2024-03-22 17:06:05 +01:00
LICENSE Initial commit 2023-12-13 15:33:48 +01:00
README.md Add tips and quotes pages (#6) 2024-03-22 17:06:05 +01:00

website

Personal Website and Portfolio

Built with React

Live version can be found at carlossousa.tech

Running

If it is the first time you are running the project, the npm modules will be missing.

Install them by running npm install or docker-compose up dev npm install

Development

docker-compose up dev

Production

docker-compose up --build website