https://github.com/discoveryjs/example-ownership-file-tree
https://github.com/discoveryjs/example-ownership-file-tree
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/discoveryjs/example-ownership-file-tree
- Owner: discoveryjs
- Created: 2019-12-05T17:13:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:23:47.000Z (over 3 years ago)
- Last Synced: 2025-10-25T06:32:14.613Z (9 months ago)
- Language: JavaScript
- Size: 435 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ownership file tree
Demo of ownership file tree build on [Discovery.js](https://github.com/discoveryjs/discovery)
## How to run
- Replace `data.json` with your data.
- Run in terminal:
```
npm install
npm start
```
## How to build
```
npm run build
```
The result is a single file: `build/index.html`
## License
MIT