Susie is a website aimed at Sustainable Software Development and consists of:
- Analysis Tool 🔍 - Check the sustainability of a GitHub repository
- Guides 📰 - Learn more about sustainable software development
You should have Node.js, npm and git installed on your machine.
-
Clone the repository to your local machine.
git clone https://github.com/philippedeb/susie.git
-
Navigate to the project directory.
cd your-repository
-
Install the dependencies using
pnpm
(faster and more efficient compared tonpm
).npm i -g pnpm pnpm i
-
Run the project.
pnpm run dev
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:
- ⭐ Star the project
- ✉️ Post about it (e.g. Twitter, LinkedIn, Reddit, etc.)
- 🔗 Refer this project in your project’s readme
- 💬 Mention the project at local meetups and tell your friends/colleagues
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.
This project is licensed under the terms of the GNU AGPLv3 license.