https://github.com/bytedecoder/acme_photography
HTML + CSS3 playground
https://github.com/bytedecoder/acme_photography
Last synced: 3 months ago
JSON representation
HTML + CSS3 playground
- Host: GitHub
- URL: https://github.com/bytedecoder/acme_photography
- Owner: ByteDecoder
- License: mit
- Created: 2019-04-14T20:53:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-18T23:59:22.000Z (about 3 years ago)
- Last Synced: 2025-08-03T09:25:12.957Z (11 months ago)
- Language: HTML
- Homepage: https://acme-photography.firebaseapp.com/
- Size: 1.62 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# acme_photography
CSS3 playground
## Install Firebase
```bash
npm install -g firebase-tools
firebase --version
```
## Instructions
```bash
yarn install
yarn dev
```
## Production build
```bash
yarn build
firebase login
firebase deploy
```
More info about firebase deploy in:
## APP deployed Firebase URL
## UA google code
```javascript
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-138415594-1');
```
## Universal Analytics GA3 migration to GA4