Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ensembleui/website-ensemble-react
https://github.com/ensembleui/website-ensemble-react
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ensembleui/website-ensemble-react
- Owner: EnsembleUI
- License: bsd-3-clause
- Created: 2024-06-11T17:15:36.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-24T16:07:10.000Z (5 months ago)
- Last Synced: 2024-08-24T19:32:15.995Z (5 months ago)
- Language: HTML
- Size: 14.2 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# website-ensemble-react
Download latest ensemble react starter build at https://storage.googleapis.com/ensemble-react-starter/ensemble-starter-latest.zip
Make the following modifications:
1. Delete the `favicon.ico` file. (Not subject to change with Ensemble React updates, continue using custom version already in `main`)
2. Delete the `ensemble-config.json` file. (Not subject to change with Ensemble React updates, continue using custom version already in `main`)
3. Change the `` tag content in `index.html` from "React App" to "Ensemble".
4. Find the `` tag that reads ``, and replace `/logo192.png` with `/favicon.ico`.
5. Add the following between `` and `` in `index.html` for Google Analytics integration.
```window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());gtag("config", "G-V7DEWZG0S4");
```
Upload this modified build folder to the `update-build` branch and merge into `main` to update.