Home

Awesome

🐺 Aardwolf Social

Powering connected social communities with open-source software

Aardwolf-Social/build Aardwolf-Social/test GitHub issues rust-clippy analyze Docker Image CI License: AGPL v3


<p align="center"> <img alt="Aardwolf Social: Powering connected social communities with open software" src="/doc/images/aardwolf-banner_solid-bg.png" /> </p>

🌐 About Aardwolf Social

Aardwolf Social is a free and open-source alternative to Facebook that prioritizes user privacy and decentralization. Unlike mainstream platforms that present a single advertising-driven experience, Aardwolf empowers individuals and communities to create unique, customizable spaces while maintaining the ability to interact across different instances.


📂 Project Structure

Folder/FileDescription
.github/CI/CD Files related to GitHub
aardwolf-actix/The Actix backend Rust application code
aardwolf-models/Web app models and database setup files
aardwolf-templates/Legacy frontend files
aardwolf-test-helpers/Development functional test code
aardwolf-types/Additional web app components
aardwolf-yew-frontend/The Yew frontend application code
config/Aardwolf Social app configuration files
doc/Documentation
docker/Docker files
po/Legacy directory for i18n translations
src/The source directory for the main app
tests/Code validation and coverage tests
build.rsRust code that directs Cargo build
Cargo.lockComplete manifest of all Rust crates used
Cargo.tomlManifest of crates required to build Aardwolf
CODE_OF_CONDUCT.mdOur Code of Conduct rules
db-init.shPart of the setup/install scripts
diesel.tomlTells Diesel where to find the SQL migrations
LICENSEThe license we use for this software
README.mdThe file you are presently reading
ROADMAP.mdOur development roadmap
rust-toolchain.tomlSpecifies the Rust version for the dev environment
SECURITY.mdFuture info for security updates
translations/Translations directory (links to aardwolf-templates)

🌍 Screenshot of Aardwolf Social

Check out a preview of the homepage design below! This static demo showcases our design approach and upcoming features.

<p align="center"> <img alt="Aardwolf Social: Powering connected social communities with open software" src="/doc/images/homepage-demo.png" /> </p>

🤝 Contributing to Aardwolf Social

We would love your help! Whether you’re an experienced developer or just starting, there’s a place for you in the Aardwolf community. Here are some ways to contribute:

How to Contribute

Follow these steps to start contributing to Aardwolf Social:

  1. Fork the Repository:

    • Navigate to the main repository Aardwolf Social GitHub Repo.
    • Click the Fork button in the upper right corner to create a copy of the repository under your GitHub account.
  2. Clone the Repository:

    • Open your terminal and clone the forked repository to your local machine:
      git clone https://github.com/YOUR-USERNAME/aardwolf.git
      cd aardwolf
      
  3. Create a New Branch:

    • Before making any changes, create a new branch for your feature or fix. This keeps your contributions organized and separate from the main codebase:
      git checkout -b feature-name
      
  4. Make Your Changes:

    • Add your contributions, whether it’s code, documentation, or other improvements. Once you're happy with your changes, stage and commit them:
      git add .
      git commit -m "Description of your changes"
      
  5. Push the Changes to Your Fork:

    • Push the changes from your local machine to your forked repository:
      git push origin feature-name
      
  6. Create a Pull Request (PR):

    • Go to your forked repository on GitHub, and you should see a prompt to Compare & pull request.
    • Click that, and make sure you're merging into the main branch of the original Aardwolf-Social/aardwolf repository.
    • Provide a clear title and description for your pull request so that maintainers can easily understand your changes.
  7. Wait for Feedback:

    • A project maintainer will review your PR. They may ask for changes or approve it. Feel free to discuss or clarify anything in the PR comments.

Additional Contribution Resources


📂 Repositories

Aardwolf Social is divided into several repositories:


📬 Contact Us

Have questions or want to join the conversation? We’re available on several platforms:


🌟 Community Code of Conduct

Aardwolf Social is dedicated to fostering a welcoming and supportive community. We expect all contributors to follow our Code of Conduct both online and offline. Let's build something amazing together!


📜 License

All Aardwolf Social software is licensed under the GNU Affero General Public License (AGPL v3).


Join Us in Building a More Open and Connected World with Aardwolf Social!