-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(readme): add reference to BUILD.md
BUILD.md: add GIF showcasing the watch script We've received feedback from multiple people that long build times are tedious and reduce general productivity which is (probably) hindering the growth of the community so here is a video guide (GIF) on how fast builds can be achieved by only rebuilding what you actually changed on the package level. It also comes with support for regenerating the code that we don't write ourselves but use the OpenAPI generator for it instead. All the openapi.json files are being watched by the `npm run watch` script for code changes the same way that Typescript files are being watched so this just works out of the box. Signed-off-by: Peter Somogyvari <[email protected]>
- Loading branch information
Showing
3 changed files
with
21 additions
and
0 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 |
---|---|---|
|
@@ -53,6 +53,10 @@ Once the last command has finished executing, open link printed on the console w | |
* mailing list: [[email protected]](mailto:[email protected]) | ||
* rocketchat channel: [https://chat.hyperledger.org/channel/cactus](https://chat.hyperledger.org/channel/cactus). | ||
|
||
## Build/Development Flow | ||
|
||
To go from zero to hero with project setup and working on your contributions: [BUILD.md](./BUILD.md) | ||
|
||
## Contributing | ||
We welcome contributions to Hyperledger Cactus in many forms, and there’s always plenty to do! | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.