mirror of
https://github.com/zebrajr/website.git
synced 2025-12-06 00:19:54 +01:00
* add basic routing, multi-page support * update package versions * add PoC for Quotes handling * update quotes ux * add PoC for life tips * add custom nginx config file * update docker build * update first run process * add life tips and quotes components and pages --------- Co-authored-by: Carlos Sousa <me@carlossousa.tech>
419 B
419 B
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