This is the front-end for my personal resume site gmartinez.work
Made with Nextjs & Sanity, hosted on Vercel
sanity-studio: sanity studio backendweb: Next.js appeslint-config-custom:eslintconfigurations (includeseslint-config-nextandeslint-config-prettier)tsconfig:tsconfig.jsons 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