Phase I - Labor tracking
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
For setting up your project locally, please get a local copy up and running follow these simple example steps.
- Node v12.5 or higher installed on your machine.
- A decent code editor like VS Code or Atom.
- Git
- NPM
- Clone the repo
git clone https://github.com/OneCommunityGlobal/HighestGoodNetworkApp.git
- Install NPM packages
npm install
- Run the
postinstall
script to copy TinyMCE to the public directorynpm run postinstall
- Get your
.env
file ready and start the appnpm run start:local
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
This Code of Conduct applies to all participants in One Community Global’s online spaces, including our forums, chat rooms, social media platforms, and other digital gathering places.
We are committed to providing a welcoming environment for all members of our community. We value diversity in all its forms, including but not limited to differences in background, beliefs, identity, abilities, and experiences. Our goal is to create a space where everyone feels respected and can participate fully.
We do not tolerate harassment or discrimination in any form. This includes, but is not limited to:
- Offensive comments related to personal characteristics
- Sharing inappropriate or explicit content
- Intimidation or stalking
- Disruptive behavior during community events or discussions
- Hate speech, racism, sexism, or any form of discrimination
- Spamming or trolling
We expect all community members to communicate respectfully. Please be mindful of your language and avoid jokes or comments that could be offensive to others. Constructive criticism is encouraged, but it must be delivered politely and focus on the content or ideas rather than attacking individuals. If you’re unsure whether something is appropriate, it’s best to err on the side of caution.
Respect others’ privacy by not sharing personal information without consent and by keeping private conversations confidential. Avoid discussing private details in public forums.
One Community is an open source organization operating under a Creative Commons Attribution 3.0 Unported License. We also respect intellectual property and do not allow plagiarizing or using others’ work without permission. Always give credit to original authors or creators when sharing their content.
If you experience or witness behavior that violates this Code of Conduct, or if you have any related concerns, please promptly report it through our website Contact Us page, software Suggestions/Development link, or directly to any manager, administrator, or community leader.
Creating a positive community environment is a shared responsibility. We appreciate your cooperation in upholding these standards and making OneCommunity Global a welcoming space for all
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Join One Community as a member
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
In this project, we are using TinyMCE (licensed under GPLv2 or later) as our rich text editor. This means that if you distribute this project (including TinyMCE), you must also comply with the terms of the GPLv2 license. Read more
We encourage you to review the license terms.
One Community - @onecommunityorg - [email protected]
Project Link: https://github.com/OneCommunityGlobal/HighestGoodNetworkApp