Skip to content

Implementation of the Knowledge Space website.

Notifications You must be signed in to change notification settings

visakhmr/KnowledgeSpace-1

 
 

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.

About

Implementation of the Knowledge Space website.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 38.6%
  • Shell 36.6%
  • Ruby 24.8%