Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prabapro/gtm-environments
Testing Google Tag Manager Environments
https://github.com/prabapro/gtm-environments
google-tag-manager gtm
Last synced: 11 days ago
JSON representation
Testing Google Tag Manager Environments
- Host: GitHub
- URL: https://github.com/prabapro/gtm-environments
- Owner: prabapro
- Created: 2021-11-14T01:41:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-14T22:59:40.000Z (about 3 years ago)
- Last Synced: 2024-12-01T08:55:24.212Z (24 days ago)
- Topics: google-tag-manager, gtm
- Language: HTML
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gtm-environments
Run on the local environment using [site.js](https://github.com/small-tech/sitejs.org)
### Live
```
cd live
site @localhost:666
```### QA
```
cd qa
site @localhost:777
```### UAT
```
cd uat
site @localhost:888
```