Skip to content

slidewiki/slidewiki-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SlideWiki Platform

Build Status David David Language Framework LinesOfCode Coverage Status

Installation

You should have installed NodeJS, npm and Webpack on your system as prerequisite, then:

Clone the repository recursively to make sure you clone the submodules as well: git clone --recursive https://github.com/slidewiki/slidewiki-platform.git Run:

npm install

add the config for your microservices:

cp ./configs/microservices.sample.js ./configs/microservices.js

Run in Production Mode

npm run build

Development Mode

npm run dev

check server at localhost:3000