This is the front-end for my personal resume site gmartinez.dev
Made with Nextjs & Sanity, hosted on Vercel
sanity-studio
: sanity studio backendweb
: Next.js appeslint-config-custom
:eslint
configurations (includeseslint-config-next
andeslint-config-prettier
)tsconfig
:tsconfig.json
s used throughout the monorepo
- TypeScript for static type checking
- ESLint for code linting
- Prettier for code formatting
To develop all apps and packages, run the following command:
yarn run dev
To build all apps and packages, run the following command:
yarn run build