website/README.md
Carlos Sousa dcaa9eaf2a
Add tips and quotes pages (#6)
* 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>
2024-03-22 17:06:05 +01:00

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