Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ebpfdev/explorer-ui


https://github.com/ebpfdev/explorer-ui

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Frontend for the eBPF explorer

## Development

Development mode:
```
yarn start
```

Then open [http://localhost:3000](http://localhost:3000).

Tests:
```
yarn test
```

Production build:
```
yarn build
```