Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 438 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 438 Bytes

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 dependencies
  • yarn develop to start the development build
  • yarn build to trigger a production build
  • yarn serve to start the production server