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

https://github.com/revng/demos

The rev.ng demos
https://github.com/revng/demos

Last synced: 9 months ago
JSON representation

The rev.ng demos

Awesome Lists containing this project

README

          

# rev.ng demos

This repository contains a couple of rev.ng demos.

Check out the subdirectories, each of them contains a brief description.

## How to run all demos

Demos run into a container, to run them all:

```
./run
```

To run an individual demo:

```
podman build -t revng-demo .
./container
/demo/1-model/run
```