rom-exchange-web
rom-exchange-web copied to clipboard
ROM Exchange - Ragnarok M: Eternal Love Exchange Price History
ROM Exchange
Contributing
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!
Related Projects
- Discord Bot - https://github.com/chklch/ROMExchangeBot
- API Documentation - https://github.com/JessicaYeh/rom-exchange-openapi
Prerequisites
- NodeJS (includes NPM) - https://nodejs.org/en/download
Recommended IDE
- Visual Studio Code - https://code.visualstudio.com/download
Recommended VSCode Extensions
- TSLint
First Run
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.