An open API service indexing awesome lists of open source software.

https://github.com/linkorb/raml-viewer

Simple RAML viewer web application
https://github.com/linkorb/raml-viewer

Last synced: 3 months ago
JSON representation

Simple RAML viewer web application

Awesome Lists containing this project

README

          

# RAML viewer

Simple RAML viewer application.

## Getting started

### Install dependencies:
```
composer install
```

### Configuration

Copy config template files:
```
cp app/config/parameters.yml.dist app/config/parameters.yml
```
Now edit `app/config/parameters.yml` to your situation

### Start the server

```
php -S 0.0.0.0:8080 -t web/
```
Now open [http://127.0.0.1:8080](http://127.0.0.1:8080) in your browser.

## Contributing

Ready to build and improve on this repo? Excellent!
Go ahead and fork/clone this repo and we're looking forward to your pull requests!

If you are unable to implement changes you like yourself, don't hesitate to
open a new issue report so that we or others may take care of it.

## Brought to you by the LinkORB Engineering team



Check out our other projects at [linkorb.com/engineering](http://www.linkorb.com/engineering).

Btw, we're hiring!

## License

Please check LICENSE.md for full license information