Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hugetim/empathy.chat
A place to exchange NVC empathy.
https://github.com/hugetim/empathy.chat
anvilworks empathy nvc
Last synced: about 2 months ago
JSON representation
A place to exchange NVC empathy.
- Host: GitHub
- URL: https://github.com/hugetim/empathy.chat
- Owner: hugetim
- License: mit
- Created: 2023-09-15T12:16:37.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-27T22:07:30.000Z (5 months ago)
- Last Synced: 2024-10-11T10:17:17.540Z (3 months ago)
- Topics: anvilworks, empathy, nvc
- Language: Python
- Homepage: https://empathy.chat
- Size: 2.89 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# empathy.chat
A place to exchange NVC empathy. [Click here for more.](https://www.loomio.com/d/Wxhw4u3Z/aims-and-means-the-big-picture-/0)
Note: The [published branch](https://github.com/hugetim/empathy.chat/tree/published) is the code deployed at https://empathy.chat.
### Built With
* [Anvil](https://anvil.works) - web apps built entirely with Python (See below for more.)
* [Jitsi](https://jitsi.org/) - open source video conferencing### License
This project is licensed under the MIT License - see the [LICENSE](LICENSE.txt) file for details.
### Governance and Acknowledgments
* [Click here](https://www.loomio.com/d/PQvJ9HEU/governance-who-makes-final-decisions-about-how-empathy-chat-works-/0)
### Tests and Dependencies
* Tests are in [a separate repo](https://github.com/hugetim/empathy.chat-tests)
* Dependencies:
* [anvil-extras](https://github.com/anvilistas/anvil-extras)---
## Using Anvil to edit this app
The app in this repository is built with [Anvil](https://anvil.works?utm_source=github:app_README), the framework for building web apps with nothing but Python. You can clone this app into your own Anvil account to test and modify.
First, fork this repository to your own GitHub user account. Click on the top right of this repo to fork it to your own account.
### Syncing your fork to the Anvil Editor
Then go to the [Anvil Editor](https://anvil.works/build?utm_source=github:app_README) (you might need to sign up for a free account) and click on “Clone from GitHub” (underneath the “Blank App” option):
Enter the URL of your forked GitHub repository. If you're not yet logged in, choose "GitHub credentials" as the authentication method and click "Connect to GitHub".
Finally, click "Clone App".
The app will then be in your Anvil account, ready for you to run it or start editing it! **Any changes you make will be automatically pushed back to your fork of this repository, if you have permission!** You might want to [make a new branch](https://anvil.works/docs/version-control-new-ide?utm_source=github:app_README).
### Running the app yourself:
Find the **Run** button at the top-right of the Anvil editor:
## More about Anvil
If you’re new to Anvil, welcome! Anvil is a platform for building full-stack web apps with nothing but Python. No need to wrestle with JS, HTML, CSS, Python, SQL and all their frameworks – just build it all in Python.
Learn About Anvil In 80 Seconds👇
[![Try Anvil Free](https://anvil-website-static.s3.eu-west-2.amazonaws.com/mark-complete.png)](https://anvil.works?utm_source=github:app_README)
To learn more about Anvil, visit [https://anvil.works](https://anvil.works?utm_source=github:app_README).
### Tutorials
If you are just starting out with Anvil, why not **[try the 10-minute Feedback Form tutorial](https://anvil.works/learn/tutorials/feedback-form?utm_source=github:app_README)**? It features step-by-step tutorials that will introduce you to the most important parts of Anvil.
Anvil also has tutorials on:
- [Multi-User Applications](https://anvil.works/learn/tutorials/multi-user-apps?utm_source=github:app_README)
- And [much more....](https://anvil.works/learn/tutorials?utm_source=github:app_README)### Reference Documentation
The Anvil reference documentation provides comprehensive information on how to use Anvil to build web applications. You can find the documentation [here](https://anvil.works/docs/overview?utm_source=github:app_README).
If you want to get to the basics as quickly as possible, each section of this documentation features a [Quick-Start Guide](https://anvil.works/docs/overview/quickstarts?utm_source=github:app_README).