https://github.com/slidewiki/slidewiki-platform
SlideWiki Platform
https://github.com/slidewiki/slidewiki-platform
authoring collaborative education opencourseware presentations share slides wiki
Last synced: about 1 month 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-06-13T20:27:20.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T03:24:45.352Z (about 2 months ago)
- Topics: authoring, collaborative, education, opencourseware, presentations, share, slides, wiki
- Language: JavaScript
- Size: 38.9 MB
- Stars: 46
- Watchers: 12
- Forks: 17
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# SlideWiki Platform #
[](https://travis-ci.org/slidewiki/slidewiki-platform)
[](https://david-dm.org/slidewiki/slidewiki-platform)
[](https://david-dm.org/slidewiki/slidewiki-platform#info=devDependencies)
[](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
[](https://nodejs.org/)
[](https://github.com/slidewiki/Microservice-Template/blob/master/application/package.json)
[](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`