Susie is a website aimed at Sustainable Software Development and consists of:
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 to npm
).
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:
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.