This repository contains the code for my personal website. It is hosted at https://www.rolandoramos.tech.
The current version is built with Gatsby v5.
You can use the following commands to run it:
yarn --immutable
to get the dependenciesyarn develop
to start the development buildyarn build
to trigger a production buildyarn serve
to start the production server