You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ Web application for [SOMEF](https://github.com/KnowledgeCaptureAndDiscovery/some
5
5
SOMEF Vider is a web application based on Vue.js and Flask to visualize the metadata retrieved from the
6
6
SOMEF API.
7
7
8
+
## Demo
9
+
We have a running demo in [https://somef.linkeddata.es](https://somef.linkeddata.es). If the demo is down, please let us know by opening an issue.
8
10
9
11
## Development Installation
10
12
In the development installation client and service are independent. They are mounted and executed separately
@@ -75,5 +77,12 @@ $ mv dist ../server/static
75
77
This last 2 mandates are (for now) the only difference between development and production. To run the tool
76
78
follow the steps listed above at the "Service" section.
77
79
80
+
To generate the bundle with Docker, see the [client deployment instructions](https://github.com/SoftwareUnderstanding/SOMEF-Vider/blob/master/client/README.md).
81
+
78
82
## Authors
79
-
@Vitoriox
83
+
-@Vitoriox: design and implementation
84
+
-@dgarijo: supervision, testing and deployment
85
+
86
+
## Contributing
87
+
88
+
If you find problems or if you wish to add new features, please let us know by opening an [issue](https://github.com/SoftwareUnderstanding/SOMEF-Vider/issues) or submitting a pull request.
0 commit comments