mirror of
https://github.com/zebrajr/website.git
synced 2025-12-06 00:19:54 +01:00
Personal Website and Portfolio
| frontend | ||
| .gitignore | ||
| custom_nginx.conf | ||
| docker-compose.yml | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
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