Interplanetary Media Center
A piece of software made to access media libraries hosted on IPFS.
The documentation can be found here
- nodejs >= v20.12.2
- yarn (installed through corepack)
git clone https://github.com/undyingwraith/ipmc.git
cd ipmc
yarn install
yarn dev
Path | Name | Description |
---|---|---|
./packages/interfaces | ipmc-interfaces | Defines interfaces for MetaData and services. |
./packages/core | ipmc-core | Contains Services and utilities. |
./packages/ui | ipmc-ui | Contains a react app that acts as ui. |
./packages/desktop | ipmc-desktop | Contains a electron app using the ipmc-ui. |
./packages/webui | ipmc-webui | Contains a react app using the ipmc-ui. |
- Fork the repository.
- Create a new branch:
git checkout -b feature/feature-name
. - Make your changes.
- Push your branch:
git push origin feature/feature-name
. - Create a pull request.
This project is licensed under the MIT License.