Find a file
2025-05-02 11:31:46 +02:00
config feat: Added authentication system and configManager bases 2025-03-31 17:00:28 +02:00
src Minor updates to mod model 2025-05-02 11:31:46 +02:00
.gitignore feat: New database functions prepare() and exists() 2025-03-29 20:01:57 +01:00
package.json Added a sample implementation for validation schemas 2025-04-24 18:39:35 +02:00
pnpm-lock.yaml Added a sample implementation for validation schemas 2025-04-24 18:39:35 +02:00
README.md Updated README 2025-04-27 18:10:25 +02:00
server.js Updated database initialization and connection functions 2025-04-24 18:33:05 +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 download all needed packages using

pnpm install

Then you can run the backend using

pnpm start

Or alternatively

node server.js

Dependencies

WF radio is built using express.js for the backend and supports MySQL and SQLite databases. It still don't know what framework I'll be using for the frontend part. You'll only need node.js and a package manager to get started.

  • Node.js
  • pnpm