Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #17

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Update README.md
Let the reader know that they should have a local copy of this repo to use Deno to serve the demo site.
  • Loading branch information
DanRoscigno committed Jan 8, 2024
commit f5f872d72efd61f5252c543591b8991dee03e32c
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ You must install [Deno](https://deno.land) to run the website code.

Once you install Deno, run the local web server with the following command:

> Tip
>
> You have to run Deno with the `deno.json` from this repository to start the GA4 demo site, so clone this repo to your machine and run the folowing command from the `ga4-tutorials` directory.

```
deno task start
```
Expand Down