Skip to content

nephlin7/gmartinez.dev

Repository files navigation

Personal Website

This is the front-end for my personal resume site gmartinez.dev

Made with Nextjs & Sanity, hosted on Vercel

Apps and Packages

  • sanity-studio: sanity studio backend
  • web: Next.js app
  • eslint-config-custom: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • tsconfig: tsconfig.jsons used throughout the monorepo

Utilities

Setup

Develop

To develop all apps and packages, run the following command:

yarn run dev

Build

To build all apps and packages, run the following command:

yarn run build