- Notifications
You must be signed in to change notification settings - Fork13
Ediphy. E-learning authoring tool using React + Redux + Webpack
CyberAula/ediphy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Ediphy Editor is an open source e-learning authoring tool to create different types of resources (web documents, slides and more coming up soon).
This software is written in Javascript (ES6), making use of React and Redux.
Visit our wiki to see all the available Ediphy Editor instructions.
In order to install this project you will neednode
8.x.x (latest),yarn
and git.First clone the repo and then install the dependencies like so:
git clone https://github.com/ging/ediphy.gitcd ediphyyarnyarn upgrade
Once everything is installed, you can run the application with the following line:
yarn start
We use ESDoc in order to generate our documentation.To regenerate it after a change you need to run:
yarn run doc
We also make use of ESLint in order to guarantee a certain code quality. With the following line you will fix all the formatting errors and view those that can't be automatically fixed:
yarn run eslint
Feel free to raise an issue or send us a message at github.
Copyright 2016 Universidad Politécnica de Madrid
Ediphy is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Ediphy Editor is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with Ediphy Editor. If not, seehttp://www.gnu.org/licenses.
About
Ediphy. E-learning authoring tool using React + Redux + Webpack
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors12
Uh oh!
There was an error while loading.Please reload this page.