This project/research has received funding from the European Union’s Horizon 2020 Framework Programme for Research and Innovation under the Specific Grant Agreement No. 945539 (Human Brain Project SGA3).
This is a new new version of the knowledge-space.org application. It is a web application that uses the following:
- React Javscript library for UI ( for the frontend )
These require some dependencies for both running the application & development. These include:
- NodeJS Node.js runtime
If you do not have all the dependencies listed above installed, please see the information below about installing them.
npm install
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.
Create .env file with elastic credentials (private)
Run application locally
Start node server
npm run server
Start React client
npm run start
Check Gitlab CI file