Skip to content

Commit

Permalink
update: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
missionmike committed Oct 31, 2024
1 parent 79067c0 commit dbc9569
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,13 @@ local server with `npm run dev`.
From here, populate your data in the Sanity Studio, then perform a full refresh in the local browser
to view the changes.

## Adding Analytics

This installation supports Google Tag Manager out of the box. Everything else can be configured
within Google from there. If other platforms need to be supported, feel free to open a PR!

To support GTM, ensure that the `GTM_ID` value is populated in your environment.

## Deploying to Vercel

To deploy your Interactive Resume to Vercel, first ensure you have an account and project set up in
Expand All @@ -110,6 +117,10 @@ The following environment variables will need to be set in Vercel to match what
- `NEXT_PUBLIC_SANITY_API_VERSION`
- `SANITY_GRAPHQL_ENDPOINT`

Optional values:

- `GTM_ID` for Google Tag Manager.

Here is a live example: https://resume.missionmike.dev/

## Design Choices
Expand Down

0 comments on commit dbc9569

Please sign in to comment.