Skip to content

Source code for my personal website, https://www.rolandoramos.tech, built with Gatsby

License

Notifications You must be signed in to change notification settings

rolspace/www.rolandoramos.tech

Repository files navigation

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