https://github.com/uesteibar/scribano-frontend
https://github.com/uesteibar/scribano-frontend
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/uesteibar/scribano-frontend
- Owner: uesteibar
- Created: 2019-04-01T10:51:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T17:23:32.000Z (over 2 years ago)
- Last Synced: 2025-02-10T03:14:13.999Z (3 months ago)
- Language: CSS
- Size: 99.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scribano FE
A simple frontend for [scribano](http://github.com/uesteibar/scribano).
Basically serves a page generated with [asyncapi/generator](https://github.com/asyncapi/generator).
Install dependencies
```
npm install
```Run the app by pointing to your asyncapi spec url
```
SPEC=http://example.com/asyncapi npm start
```You can also run it with docker
```
docker run -e SPEC='http://example.com/asyncapi' uesteibar/scribano-frontend
```