- Treat all members with respect and courtesy. Avoid offensive language, harassment, bullying, or any form of disrespectful behavior.
- Avoid spamming the chat with irrelevant content or self-promotion. Promoting personal projects is allowed within designated channels or as per specific server rules.
- Ensure discussions and conversations are related to coding, designing, or tech-related topics. Use appropriate channels for various discussions.
- Communicate clearly using appropriate language and avoid excessive use of acronyms, jargon, or caps lock.
- Do not claim someone else's work as your own. Give proper credit where due and respect intellectual property rights.
- Keep the server free from any explicit, adult, or not-safe-for-work content.
- Disagreements are okay, but personal attacks, insults, or flame wars will not be tolerated.
- Encourage a supportive and helpful environment. Offer assistance to those in need and participate constructively in discussions.
- Do not share or promote any illegal content, tools, or activities.
-
Follow the instructions of the server moderators. Failure to comply with their requests may result in appropriate actions.
We believe in the power of community and open-source collaboration. Our website is a reflection of this, and we invite community members to contribute to its development. Here's how you can get involved:
- Fork the Repository: Start by forking this repository to your GitHub account.
- Clone the Repository: Clone the forked repository to your local machine using
git clone
. - Create a Branch: Create a new branch for your feature or bug fix using
git checkout -b branch-name
. - Make Changes: Implement your changes and commit them with clear and descriptive messages.
- Push Changes: Push your changes to your forked repository using
git push origin branch-name
. - Create a Pull Request: Open a pull request to the main repository. Provide a detailed description of your changes and any relevant information.
- Bug Fixes: Help us identify and fix bugs.
- Features: Implement new features or enhance existing ones.
- Documentation: Improve our documentation, including this README.
- Design: Contribute to the website's design and user experience.
- Ensure your code follows our coding standards and best practices.
- Write clear and concise commit messages.
- Provide detailed descriptions in your pull requests.
- Be respectful and collaborative in your interactions with other contributors.
To set up the project locally, follow these steps:
- Clone the Repository:
git clone https://github.com/CodeSocialCommunity/website.git
- Navigate to the Project Directory:
cd website
- Install Dependencies:
npm install
- Run the Development Server:
npm start