philippedeb / susie

Susie checks GitHub repositories for sustainability and provides interesting knowledge for developers regarding sustainable software development.
https://philippedeb.github.io/susie/
GNU Affero General Public License v3.0
24 stars 1 forks source link
common-practices developer-tools github-api github-repository-search github-scraper github-statistics green-software habits inclusive-language reactjs repository-mining software-development susie sustainability sustainable-software typescript website

Susie is a website aimed at Sustainable Software Development and consists of:

Installation

You should have Node.js, npm and git installed on your machine.

  1. Clone the repository to your local machine.

    git clone https://github.com/philippedeb/susie.git
  2. Navigate to the project directory.

    cd your-repository
  3. Install the dependencies using pnpm (faster and more efficient compared to npm).

    npm i -g pnpm
    pnpm i
  4. Run the project.

    pnpm run dev

Contributing

Contributions are always welcome! 👋

Read the contribution guidelines and code of conduct.

If you like the project, but just don’t have time to contribute, that’s fine. There are other easy ways to support the project and show your appreciation, which we would also be very happy about:

Note: early contributions of the maintainers did not follow the contribution guidelines due to a rushed production environment (Susie started as a university project!). We are working on improving the codebase and will be following these guidelines from now on.

License

This project is licensed under the terms of the GNU AGPLv3 license.