This is a new new version of the knowledge-space.org application. It is a web application that uses the following:
These require some dependencies for both running the application & development. These include:
If you do not have all the dependencies listed above installed, please see the information below about installing them.
You will need to point the application to your ElasticSearch index. This is done in the .env file. Make sure that CORS is configured for your ES server.
Check out the application and then cd into it's directory.
$ yarn
$ yarn run start
$ yarn run build
This will package the web files in the build directory, which can be deployed on any standard webserver.