Find a file
2025-05-13 02:02:46 +02:00
backend Changed file structure to implement the frontend properly and created frontend template 2025-05-12 16:10:41 +02:00
frontend Settings and home pages + various things 2025-05-13 02:02:46 +02:00
README.md Added changes I forgot to commit 2025-05-12 16:11:11 +02:00

WF radio

🚧 Warning: this project isn't even in alpha yet

Everything is still in WIP so don't expect it to work yet.

About

WF radio is an open source platform for your mods, modpacks and more. It means that instead of relying only on the big platforms out there, you can easily self-host and share all of your creations. It's meant to be lightweight, fast and simple.

🔨 Build

First make sure you have the following dependencies installed:

  • Node.js
  • pnpm

Then, for each of frontend and backend, download all needed packages using

pnpm install

Finally you can run the backend using

pnpm start

Or alternatively

node server.js

🔧 Configuration

All settings are located in backend/config/config.json. For more explainations and possible values, give a look to the documentation (incomming).

🔗 Documentation

WIP