bullet points again

pull/716/head
Andrew Cravenho 6 years ago
parent 5e40c1c106
commit 4cfef93673
  1. 14
      README.md

@ -95,16 +95,16 @@ _Additional runtime options:_
Note: Most of these modifications will be consolidated into a single file in the future.
1. Update the css file in `apps/block_scout_web/assets/css/theme/_variables.scss`. There are several presets available in this folder. You can customize the `_neutral_variables.scss` file to create a custom theme and then add it to `_variables.scss`.
2. Update the logo file in `apps/block_scout_web/config/config.exs`
3. Update the `check_origin` configuration in `apps/block_scout_web/config/prod.exs`. This allows realtime events to occur on your endpoint.
4. Update the node configuration. You will need a full tracing node with WebSockets enabled. Make the changes in the following files (dev/prod):
1. `apps/explorer/config/dev/parity.exs`
2. `apps/explorer/config/prod/parity.exs`
3. `apps/indexer/config/dev/parity.exs`
4. `apps/indexer/config/prod/parity.exs`
* `apps/explorer/config/dev/parity.exs`
* `apps/explorer/config/prod/parity.exs`
* `apps/indexer/config/dev/parity.exs`
* `apps/indexer/config/prod/parity.exs`
### Umbrella Project Organization

Loading…
Cancel
Save