https://github.com/blockscout/frontend-configs
https://github.com/blockscout/frontend-configs
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blockscout/frontend-configs
- Owner: blockscout
- Created: 2023-03-31T16:27:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T12:10:55.000Z (8 months ago)
- Last Synced: 2024-10-29T14:39:07.802Z (8 months ago)
- Language: JavaScript
- Size: 61.9 MB
- Stars: 5
- Watchers: 6
- Forks: 44
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to update existing configs (e.g for marketplace, for network menu)?
1. Checkout to `dev` branch - `git checkout dev`
2. Pull the latest changes in the repo - `git pull`
3. Create your branch - `git checkout -b `
4. Make necessary changes in config files and schemas
5. Commit your changes - `git commit -m ''`
6. Push changes to the repo - `git push --set-upstream origin `
7. Create Pull Request in the Github UI from `` to `dev` branch
8. Wait until all checks are passed; make fixes if needed
9. Merge Pull Request to `dev` branch
10. Go to corresponding development stand and validate that your updates are applied correctly
11. Create Pull Request in the Github UI from `dev` to `main` branch
12. Merge Pull Request and check updates on production stand# How to update existing configs for network assets (logos, icons)?
Preview state for these assets is not available. So, follow next steps:
1. Checkout to `main` branch - `git checkout main`
2. Pull the latest changes in the repo - `git pull`
3. Create your branch - `git checkout -b `
4. Make necessary changes in SVG-files
5. Commit your changes - `git commit -m ''`
6. Push changes to the repo - `git push --set-upstream origin `
7. Create Pull Request in the Github UI from `` to `main` branch
8. Wait until all checks are passed; make fixes if needed
9. Merge Pull Request to `main` branch