/cfin

Primary LanguageJavaScriptMIT LicenseMIT

C-Fin Media Server

C-Fin is a media server similar to Jellyfin. It's currently in alpha stage.

Description

C-Fin Media Server is a comprehensive media management system. It's designed to be fast, efficient, and highly customizable.

Installation

To install the server and client dependencies, run:

npm run install-server
cd client && npm run install-client

Development

To start the server and client in development mode, run:

npm run dev

Building

To build the server and client, run:

npm run build

Starting the Server

To start the server, run:

npm run start

Contributing

As this project is in the alpha stage, contributions are welcome. Please feel free to open an issue or submit a pull request.

License

MIT