We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9282152 commit 1f33236Copy full SHA for 1f33236
README.md
@@ -7,7 +7,7 @@ Vigilo is a monitoring tool that automates Lighthouse audits and sends key metri
7
1. Clone the repo
8
2. Run `pnpm install`
9
3. Run `pnpm run build`
10
-4. Run `cp .env.example .env`
+4. Run `cp .env.template .env`
11
5. Add your Datadog API key and Datadog Application key to the `.env` file
12
6. Run `cp urls.example.json urls.json`
13
7. Add your URLs to the `urls.json` file
0 commit comments