-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
36 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,53 @@ | ||
# Lumi | ||
|
||
Lumi is a Desktop App that offers a collection of tools to create, edit and share digital content with your class. | ||
Lumi is a Desktop App that offers a collection of tools to create, edit and | ||
share digital content with your class. | ||
|
||
Lumi is currently in a very early development phase and offers only one tool: a H5P Editor. | ||
Other tools will be added in later versions. | ||
Lumi is currently in a very early development phase and offers only one tool: a | ||
H5P Editor. Other tools will be added in later versions. | ||
|
||
Download the latest version [here](https://github.com/Lumieducation/Lumi/releases/latest). | ||
Download the latest version | ||
[here](https://github.com/Lumieducation/Lumi/releases/latest). | ||
|
||
It’s built with TypeScript – a [nodejs](https://nodejs.org/) plus [express](https://expressjs.com/) and [socket.io](http://socket.io) server, [React.js](https://reactjs.org/), [Redux](https://redux.js.org/) and [Material-ui](https://www.material-ui.com). | ||
It runs as a [Electron](https://electronjs.org)-Standalone App on Mac OS X, Windows and Linux. | ||
It’s built with TypeScript – a [nodejs](https://nodejs.org/) plus | ||
[express](https://expressjs.com/) and [socket.io](http://socket.io) server, | ||
[React.js](https://reactjs.org/), [Redux](https://redux.js.org/) and | ||
[Material-ui](https://www.material-ui.com). It runs as a | ||
[Electron](https://electronjs.org)-Standalone App on Mac OS X, Windows and | ||
Linux. | ||
|
||
## Contributing | ||
|
||
Lumi tries to improve education wherever it is possible by providing a software that connects teachers with their students. But Lumi is in a very early development stage. Every help is appreciated and welcome. You can contribute in many ways. You can help reporting, testing, and detailing bugs, and also test and suggest new features. | ||
Please read [CONTRIBUTING.md](./.github/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us. | ||
|
||
We manage the localization of Lumi on [translate-h5p.tk](https://translate-h5p.tk/) in the project [Lumi Education](https://translate-h5p.tk/weblate/projects/lumi-education/). The Weblate installation there makes it easy to add translations into your language. Please read the [guide how to contribute](https://translate-h5p.tk/contributing/) and register on translate-h5p.tk if you're interested in helping out! | ||
|
||
Lumi has adopted the code of conduct defined by the Contributor Covenant. It can be read in full [here](./CODE-OF-CONDUCT.md). | ||
Lumi tries to improve education wherever it is possible by providing a software | ||
that connects teachers with their students. But Lumi is in a very early | ||
development stage. Every help is appreciated and welcome. You can contribute in | ||
many ways. You can help reporting, testing, and detailing bugs, and also test | ||
and suggest new features. Please read | ||
[CONTRIBUTING.md](./.github/CONTRIBUTING.md) for details on our code of conduct, | ||
and the process for submitting pull requests to us. | ||
|
||
We manage the localization of Lumi on | ||
[translate-h5p.tk](https://translate-h5p.tk/) in the project [Lumi | ||
Education](https://translate-h5p.tk/weblate/projects/lumi-education/). The | ||
Weblate installation there makes it easy to add translations into your language. | ||
Please read the [guide how to | ||
contribute](https://translate-h5p.tk/contributing/) and register on | ||
translate-h5p.tk if you're interested in helping out! | ||
|
||
Lumi has adopted the code of conduct defined by the Contributor Covenant. It can | ||
be read in full [here](./CODE-OF-CONDUCT.md). | ||
|
||
### Get in touch | ||
|
||
[Slack](https://join.slack.com/t/lumi-education/shared_invite/enQtMjY0MTM2NjIwNDU0LWU3YzVhZjdkNGFjZGE1YThjNzBiMmJjY2I2ODk2MzAzNDE3YzI0MmFkOTdmZWZhOTBmY2RjOTc3ZmZmOWMxY2U) or [[email protected]](mailto:[email protected]). | ||
[Slack](https://join.slack.com/t/lumi-education/shared_invite/enQtMjY0MTM2NjIwNDU0LWU3YzVhZjdkNGFjZGE1YThjNzBiMmJjY2I2ODk2MzAzNDE3YzI0MmFkOTdmZWZhOTBmY2RjOTc3ZmZmOWMxY2U) | ||
or [[email protected]](mailto:[email protected]). | ||
|
||
## Versioning | ||
|
||
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/Lumieducation/Lumi/tags). | ||
We use [SemVer](http://semver.org/) for versioning. For the versions available, | ||
see the [tags on this repository](https://github.com/Lumieducation/Lumi/tags). | ||
|
||
## License | ||
|
||
This project is licensed under the GNU AFFERO GENERAL PUBLIC LICENSE v3 License - see the [LICENSE](LICENSE) file for details | ||
This project is licensed under the GNU AFFERO GENERAL PUBLIC LICENSE v3 License | ||
- see the [LICENSE](LICENSE) file for details |