wf-radio/README.md

35 lines
917 B
Markdown
Raw Normal View History

2025-03-10 10:49:03 +01:00
# WF radio
2025-05-10 20:00:17 +02:00
## 🚧 Warning: this project isn't even in alpha yet
2025-03-10 10:49:03 +01:00
Everything is still in WIP so don't expect it to work yet.
2025-05-10 20:00:17 +02:00
## About
2025-03-10 10:49:03 +01:00
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.
2025-05-10 20:00:17 +02:00
## 🔨 Build
First make sure you have the following dependencies installed:
- **Node.js**
- **pnpm**
2025-05-12 16:11:11 +02:00
Then, for each of frontend and backend, download all needed packages using
2025-03-10 10:49:03 +01:00
```sh
pnpm install
```
2025-05-10 20:00:17 +02:00
Finally you can run the backend using
2025-03-10 10:49:03 +01:00
```sh
2025-04-27 18:10:25 +02:00
pnpm start
```
Or alternatively
```
2025-03-10 10:49:03 +01:00
node server.js
```
2025-05-10 20:00:17 +02:00
## 🔧 Configuration
2025-03-10 10:49:03 +01:00
2025-05-12 16:11:11 +02:00
All settings are located in [backend/config/config.json](backend/config/config.json). For more explainations and possible values, give a look to the documentation (incomming).
2025-05-10 20:00:17 +02:00
## 🔗 Documentation
WIP