/mkb-webpage

Primary LanguageJavaScript

MKB

QUICK START

  1. install node & npm
brew install node
  1. use npm to install all dependencies
npm install
  1. run the server
node server.js
  1. check webpage through "http://localhost/mkb"