Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
This guide will help you set up ImmichFrame for local development and contributions.
Before you begin, make sure you have the following installed:
- .NET SDK 8.0
- Node.js (v24 LTS version recommended)
- Docker (optional)
- Make (used to run common scripts)
git clone https://github.com/immichFrame/ImmichFrame
cd ImmichFrame
# Install NPM dependencies for immichFrame.Web
cd immichFrame.Web
npm install
# Build and run the project
cd ..
make devContributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
- Provide a clear and detailed description of your changes in the PR.
Thank you for your contribution!