This project aims to define the Open API spec needed to make a new tournaments application that runs in a browser.
To render your OpenAPI definition using Redoc, follow the steps below.
Ensure node v20.10.0 is installed.
Follow these steps:
--- Commandline ---
npm install
npm start
The index.html page will be opened in your browser automatically
--- Using Jetbrains Webstorm: ---
- go to webstorm.html
- Open webstorm.html in browser (Webstorm will automatically host the yaml files for you)
For more information see: