wf-radio/README.md
2025-05-10 20:00:17 +02:00

35 lines
866 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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 download all needed packages using
```sh
pnpm install
```
Finally you can run the backend using
```sh
pnpm start
```
Or alternatively
```
node server.js
```
## 🔧 Configuration
All settings are located in [config/config.json](config/config.json). For more explainations and possible values, give a look to the documentation (incomming).
## 🔗 Documentation
WIP