waldoibarra / portfolio

My very own portfolio website to showcase myself! ❤️
https://waldoibarra.com
MIT License
0 stars 0 forks source link
aws css docker docker-compose dockerfile makefile react terraform typescript

Welcome To My Personal Website Code

Deploy Website CI/CD

This is pretty much a work in progress, hope you enjoy reading this code as much as I enjoyed writing it.

Key Features

Local Development

Requirements

The only needed tool you need to install in your machine is Docker.

Run Website Locally

To run the website on development mode, run the following command and visit localhost:3000.

make start

Or to see available commands in Makefile run:

make help