Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ebpfdev/explorer-ui
https://github.com/ebpfdev/explorer-ui
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ebpfdev/explorer-ui
- Owner: ebpfdev
- License: mit
- Created: 2023-05-14T16:46:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-18T11:39:18.000Z (over 1 year ago)
- Last Synced: 2024-06-19T03:02:47.763Z (6 months ago)
- Language: TypeScript
- Size: 1.79 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```