Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.

Commit

Permalink
docs: Guide for contribution
Browse files Browse the repository at this point in the history
  • Loading branch information
timonback committed Oct 1, 2022
1 parent f5130c3 commit 2cbefac
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ dependencies {

After starting the application, visit: `localhost:8080/springwolf/asyncapi-ui.html`.

## Contribution

You are welcome to raise issues and contribute code.

### Code contribution

Just fork the project, write code and open a PR.

This repository uses github actions. We recommend activating them in your fork and open a PR within your fork to trigger them.

Also, to build a preview for your branch, you can sign up to [Netlify's](https://app.netlify.com) free tier with your github account, import a new site from your github fork and set the build command as described in `src/_redirects`. Open a PR in within your fork and update the code to trigger a build.

## Development
1. Run `npm i`
2. Run `ng serve`
Expand Down

0 comments on commit 2cbefac

Please sign in to comment.