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.
- Discord Bot - https://github.com/chklch/ROMExchangeBot
- API Documentation - https://github.com/JessicaYeh/rom-exchange-openapi
- NodeJS (includes NPM) - https://nodejs.org/en/download
- Visual Studio Code - https://code.visualstudio.com/download
- TSLint
In a command line terminal, go to the rom-exchange-web
folder and type npm install
to install dependencies, then npm run 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.