A platform for mods and modpacks https://oblic-parallels.fr
Find a file
2026-05-13 21:32:34 +02:00
backend Added background animation for homepage and similar other pages, started making body validation schemas on backend and removed delay when searching 2025-05-25 23:21:15 +02:00
frontend Added background animation for homepage and similar other pages, started making body validation schemas on backend and removed delay when searching 2025-05-25 23:21:15 +02:00
.gitignore Funcionnal custom checkboxes, fixed small card component and added the ability to launch both backend and frontend at once 2025-05-25 13:16:10 +02:00
package.json Funcionnal custom checkboxes, fixed small card component and added the ability to launch both backend and frontend at once 2025-05-25 13:16:10 +02:00
pnpm-lock.yaml Funcionnal custom checkboxes, fixed small card component and added the ability to launch both backend and frontend at once 2025-05-25 13:16:10 +02:00
README.md Updated project state 2026-05-13 21:32:34 +02:00

WF radio

Actual state: development paused 🚧

This project is in alpha-ish state and I decided to pause its development for some time. Pretty much nothing is documented yet and it may have bugs or out of date dependencies. That said feel free to do anything with it if you have the willing to do so.

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