Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slidewiki/slidewiki-platform
SlideWiki Platform
https://github.com/slidewiki/slidewiki-platform
authoring collaborative education opencourseware presentations share slides wiki
Last synced: 5 days ago
JSON representation
SlideWiki Platform
- Host: GitHub
- URL: https://github.com/slidewiki/slidewiki-platform
- Owner: slidewiki
- License: mpl-2.0
- Created: 2016-02-01T08:48:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-06-13T20:27:20.000Z (over 1 year ago)
- Last Synced: 2024-04-09T23:01:57.914Z (7 months ago)
- Topics: authoring, collaborative, education, opencourseware, presentations, share, slides, wiki
- Language: JavaScript
- Size: 38.9 MB
- Stars: 46
- Watchers: 13
- Forks: 17
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# SlideWiki Platform #
[![Build Status](https://travis-ci.org/slidewiki/slidewiki-platform.svg?branch=master)](https://travis-ci.org/slidewiki/slidewiki-platform)
[![David](https://img.shields.io/david/slidewiki/slidewiki-platform.svg?style=flat-square)](https://david-dm.org/slidewiki/slidewiki-platform)
[![David](https://img.shields.io/david/dev/slidewiki/slidewiki-platform.svg?style=flat-square)](https://david-dm.org/slidewiki/slidewiki-platform#info=devDependencies)
[![Language](https://img.shields.io/badge/Language-Javascript%20ECMA2015-lightgrey.svg?style=flat-square)](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
[![Framework](https://img.shields.io/badge/Framework-NodeJS%206-blue.svg?style=flat-square)](https://nodejs.org/)
[![LinesOfCode](https://img.shields.io/badge/LOC-43165-lightgrey.svg?style=flat-square)](https://github.com/slidewiki/Microservice-Template/blob/master/application/package.json)
[![Coverage Status](https://coveralls.io/repos/github/slidewiki/slidewiki-platform/badge.svg?branch=master)](https://coveralls.io/github/slidewiki/slidewiki-platform?branch=master)## Installation ##
You should have installed [NodeJS](https://nodejs.org/), [npm](https://github.com/npm/npm) and [Webpack](https://webpack.github.io/) 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`