https://github.com/noyainrain/listling
Web app to make and edit lists collaboratively.
https://github.com/noyainrain/listling
collaboration javascript list python
Last synced: 5 months ago
JSON representation
Web app to make and edit lists collaboratively.
- Host: GitHub
- URL: https://github.com/noyainrain/listling
- Owner: noyainrain
- License: agpl-3.0
- Created: 2017-09-22T17:50:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-03T17:49:58.000Z (over 3 years ago)
- Last Synced: 2024-08-07T18:12:53.986Z (9 months ago)
- Topics: collaboration, javascript, list, python
- Language: Python
- Homepage: https://listling.org/
- Size: 1.52 MB
- Stars: 34
- Watchers: 5
- Forks: 8
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-starred - noyainrain/listling - Web app to make and edit lists collaboratively. (python)
README
# Open Listling
Web app to make and edit lists collaboratively.
You can give it a try on [Listling](https://listling.org/).
## Requirements
The following software is required and must be set up on your system:
* Python >= 3.9
* Node.js >= 12.21
* Redis >= 6.0Open Listling should work on any [POSIX](https://en.wikipedia.org/wiki/POSIX) system.
## Installing dependencies
To install the dependencies for Open Listling, type:
```sh
make deps
```## Running Open Listling
To run Open Listling, type:
```sh
python3 -m listling
```## Browser support
Open Listling supports the latest version of popular browsers (i.e. Chrome, Edge, Firefox and
Safari; see http://caniuse.com/ ).## Deprecation policy
Features marked as deprecated are removed after a period of six months.
## Community
Join the chat at [listling on Gitter](https://gitter.im/listling/community).
## Contributors
* Sven James <sven.jms AT gmail.com>
* Rainer Müller <raimue AT codingfarm.de>
* Daniel Danner <daniel AT danner.de>
* Horacio Lisdero <lisderoh AT gmail.com>
* Niklas Meinzer <github AT niklas-meinzer.de>Copyright (C) 2021 Open Listling contributors