Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coralproject/talk
A better commenting experience from Vox Media
https://github.com/coralproject/talk
comments comments-widget graphql javascript journalism nodejs react typescript
Last synced: about 1 month ago
JSON representation
A better commenting experience from Vox Media
- Host: GitHub
- URL: https://github.com/coralproject/talk
- Owner: coralproject
- License: other
- Created: 2016-10-31T16:14:05.000Z (about 8 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-10T13:07:29.000Z (about 1 month ago)
- Last Synced: 2024-10-11T13:22:53.709Z (about 1 month ago)
- Topics: comments, comments-widget, graphql, javascript, journalism, nodejs, react, typescript
- Language: TypeScript
- Homepage: https://coralproject.net
- Size: 77.5 MB
- Stars: 1,886
- Watchers: 53
- Forks: 359
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome - talk - A better commenting experience from Vox Media (TypeScript)
- awesome-repositories - coralproject/talk - A better commenting experience from Vox Media (TypeScript)
- awesome-starred - coralproject/talk - A better commenting experience from Vox Media (typescript)
- awesome-homelab - Coral
README
A better commenting experience from Vox Media.## Description
Online comments are broken. Our open-source commenting platform,
[Coral](https://coralproject.net), rethinks how moderation, comment display, and
conversation function, creating the opportunity for safer, smarter discussions
around your work.## Documentation
If you're new to Coral, the [Coral documentation](https://docs.coralproject.net/)
is a great place to start running and developing with Coral.You’ve installed Coral, and you’re preparing to launch it on your site. The real
community work starts now, before you go live. You have a unique opportunity
pre-launch to set your community up for success. Read our
[Community Guides](https://guides.coralproject.net/start-here/) to learn more.## Support
We can help you set up Coral, migrate your comments from another system,
integrate your registration platform, pair with your programmers, and help you
with bespoke installs. To learn more, [contact us](https://coralproject.net/pricing/).## Contributing
Coral is a Apache-2.0 licensed open-source project built with <3 by the Coral
team, a part of [Vox Media](https://product.voxmedia.com/).If you are interested in contributing to Coral, check out our [Contributor's Guide](CONTRIBUTING.md).
## License
Coral is [Apache-2.0 licensed](LICENSE).
## Versioning
If you're packaging a release of Coral, there is a convenient script to update the version numbers for all the child projects in the mono-repo.
The below script will run `npm version x.y.z` against all the child repositories so you don't have to manually update them by hand!
```
sh scripts/version.sh MAJOR.MINOR.VERSION // i.e. 8.5.0
```