- Clone the repository
- Run
npm install
command - Run
npm run service.generate
command whereservice
is resourcemod component
You can integrate this repository as submodule to your own implementation of resourcemod ecosystem component.
I want to modify the registry API specification
git clone git@github.com:ResourceMod/openapi.git
npm run registry.preview
- Open
localhost:8080
- Modify the API specification in
registry.ts
file - Run
npm run registry.generate