Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

OpenKnowledgeSpace/KnowledgeSpace

Repository files navigation

KnowledgeSpace 3.0

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 ( v8.12 LTS )
  • Yarn JS package manager d

Quick Start

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

Deploying to Production

$ yarn run build

This will package the web files in the build directory, which can be deployed on any standard webserver.