mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
@ulfgebhardt we have a quite lengthy log output on our build server. This `2> /dev/null` prevents the server from writing log output for expected errors. E.g. we're testing if a user can log in with incorrect credentials or we try to create duplicates for unique slugs. All of this will output errors to the command line which we're not interested in. We could think of configuring the `package.json` in a way that outputs these error messages in case we set an environment variable: ``` DEBUG=1 yarn run test:jest ``` That would be an option. Or use the `debug` npm packages that @Mastercuber has introduced.
Human-Connection
Human Connection is a nonprofit social, action and knowledge network that connects information to action and promotes positive local and global change in all areas of life.
- Social: Interact with other people not just by commenting their posts, but by providing Pro & Contra arguments, give a Versus or ask them by integrated Chat or Let's Talk
- Knowledge: Read articles about interesting topics and find related posts in the More Info tab or by Filtering based on Categories and Tagging or by using the Fulltext Search.
- Action: Don't just read about how to make the world a better place, but come into Action by following provided suggestions on the Action tab provided by other people or Organisations.
Technology Stack
Live demo
Try out our deployed staging environment.
Logins:
| password | role | |
|---|---|---|
user@example.org |
1234 | user |
moderator@example.org |
1234 | moderator |
admin@example.org |
1234 | admin |
Documentation
Learn how to set up a local development environment in our Docs.
Translations
You can help translating the interface by joining us on lokalise.co. Thank you lokalise.co for providing us with a premium account.
Developer Chat
Join the friendly open-source community on Discord.
Quickly introduce yourself at #user-presentation and ask @@Mentor for help :simple_smile:.
Attributions
Locale Icons made by Freepik from www.flaticon.com is licensed by CC 3.0 BY
License
See the LICENSE file for license rights and limitations (MIT).
Description
Languages
TypeScript
35.7%
Vue
24.9%
JavaScript
19.2%
HTML
17.8%
SCSS
0.9%
Other
1.4%
