-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Brooks Townsend <[email protected]>
- Loading branch information
1 parent
967c317
commit 5536af2
Showing
5 changed files
with
26 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,23 @@ | ||
# My Event Catalog | ||
# Bank Account Event Catalog | ||
|
||
This is the event catalog for the bank account service. You can either run the event catalog locally or compile it into a Cosmonic component. | ||
|
||
## Running the Event Catalog | ||
|
||
```bash | ||
npm install | ||
npm run start | ||
``` | ||
|
||
## Compiling Cosmonic Component | ||
|
||
```bash | ||
npm install | ||
npm run build | ||
cd actor | ||
wash build | ||
``` | ||
|
||
## All Events | ||
|
||
![All Bank Account Events](./all_events.png) |
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters