https://github.com/utrustdev/utrust-developers-page
Static page of the Utrust documentation for Developers
https://github.com/utrustdev/utrust-developers-page
Last synced: 2 months ago
JSON representation
Static page of the Utrust documentation for Developers
- Host: GitHub
- URL: https://github.com/utrustdev/utrust-developers-page
- Owner: utrustdev
- License: mit
- Created: 2019-12-02T12:59:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-25T12:36:21.000Z (about 1 year ago)
- Last Synced: 2025-03-25T13:41:25.823Z (about 1 year ago)
- Language: CSS
- Homepage: https://docs.crypto.xmoney.com/
- Size: 2.76 MB
- Stars: 0
- Watchers: 9
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Utrust Developers Page
[](https://app.netlify.com/sites/jolly-keller-612a14/deploys)
Although this is not an API specs page, this is built with [ReDoc](https://github.com/Redocly/redoc) to have consistent stylings between the Developers page and the [API Reference](https://github.com/utrustdev/merchant-api-spec).
### Install
```
bin/setup
```
### Usage
```
bin/server
```
Starts the development server on [localhost:8080](localhost:8080).
#### `npm run build`
Bundles the spec and prepares `build` folder with static assets.
### Deploy
The project is hosted on Netlify, deploys are automatic to `https://docs.utrust.com` when merged to `master`.