All contributions are welcome! If you would like to contribute a feature, bug fix, or improvement, first open an issue that describes the change. Either you or someone else can implement the change. Submit a pull request from the branch in your forked repo to the develop branch of this repo. Your pull request must be reviewed and approved by the repo owner before merging. If your pull request includes UI changes, you must include screenshots!
In a command line terminal, go to the rom-exchange-web
folder and type yarn
to install dependencies, then yarn start
to build and run the app in development mode on http://localhost:3000. Changes made in source files will automatically be built and the page will be refreshed.