Skip to content

ozobi/Data-Physics-Knowledge-Base

 
 

Repository files navigation

Data Physics Knowledge Base

logo

Installation

  1. Clone Repository: git clone https://github.com/ozobi/DataPhysicsKB.git && cd DataPhysicsKB
  2. Install dependencies: npm install
  3. Start application: npm start
  4. Go to http://127.0.0.1:4444 in your browser

Running the application in Production using minified code can be done by:

  1. Create the minified/ugly files: npm run uglify
  2. Ensure the minified/ugly files are being used: NODE_ENV=production node app.js (for CMD -> node app.js -NODE_ENV=production)

About

Data Physics Knowledge Base, based on openKB

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 63.9%
  • Handlebars 32.3%
  • CSS 3.7%
  • Other 0.1%