https://github.com/ebpfdev/explorer-ui
https://github.com/ebpfdev/explorer-ui
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ebpfdev/explorer-ui
- Owner: ebpfdev
- License: mit
- Created: 2023-05-14T16:46:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-18T11:39:18.000Z (over 2 years ago)
- Last Synced: 2024-12-27T15:10:39.762Z (about 1 year 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
```