Fix license information and copyright issues (#19)

* feat: Extends node for AGE flavor (#17)

* Fix typo (#18)

* Adding DISCLAIMER File

* Add NOTICE

* Corrects `cytoscape-cxtmenu` license

* Modify code related to irrelevant trade names.

* Remove irrelevant icon files.

* Remove unused component.

* Remove `google_poppins`, `fontello` dependencies.

Image containing the copyright of Fontello was not used. so, removed and replaced in the form of SVG.

* Reverts `Remove sidebars`

* Update License to include Cytoscape License

* Corrects manifest

* Update site.webmanifest

* Update README.md

Removed reference to Bitnine's Dockerfile

Co-authored-by: Hanbyeol Shin / 신한별 <76985229+shinhanbyeol@users.noreply.github.com>
Co-authored-by: Eya Badal <badaleya@gmail.com>
Co-authored-by: Alex Kwak <take-me-home@kakao.com>
57 files changed
tree: 7e161621d43ef3462635edae9e81c05e6ef7d127
  1. .github/
  2. backend/
  3. frontend/
  4. .asf.yaml
  5. .dockerignore
  6. .gitattributes
  7. .gitignore
  8. DISCLAIMER
  9. docker-entrypoint.sh
  10. Dockerfile
  11. ecosystem.config.js
  12. LICENSE
  13. NOTICE
  14. package.json
  15. README.md
README.md

PRs Welcome

Goal of Apache AGE Viewer (Incubating)

Apache AGE Viewer(Incubating) is graph visualisation tool, for Apache AGE(Incubating). This is a sub-project of the Apache AGE (incubating) project.

Recommend Node Version & install module

  • node js 14.16.0
  • npm install pm2

How to run using command

npm run setup
npm run start

How to build using command

npm run setup-backend
npm run build-front
npm run build-back
pm2 stop ag-viewer-develop
pm2 delete ag-viewer-develop
pm2 start ecosystem.config.js

License

Apache AGE Viewer(Incubating) is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.