1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00

Update README.md

This commit is contained in:
Marek Farkaš
2024-02-02 15:04:14 +01:00
committed by GitHub
parent 4d6e06f499
commit 54e956110a

View File

@@ -13,10 +13,17 @@ FM-DX Webserver is a cross-platform web server designed for FM DXers who want to
## Features to be added
Check here for an up to date task list: https://github.com/NoobishSVK/fm-dx-webserver/issues/3
## Community
Join our **Discord community** to get the latest development update info, share feedback and receive support.
[<img alt="Join the TEF6686 Discord community!" src="https://i.imgur.com/lI9Tuxf.png" height="120">](https://discord.gg/ZAVNdS74mC)
## Getting Started
Please install **node.js version 21.5.0** or older to make this work.
Please install **node.js version 21.5.0** or older to make this work.
Version >=21.6.0 is currently not working correctly.
1. Download or install ffmpeg (optional, but needed if you want the audio stream to work)
```bash
@@ -34,13 +41,6 @@ Version >=21.6.0 is currently not working correctly.
```
3. Nagivate to the fm-dx-webserver folder in your terminal and run this command:
In case you haven't installed node-pre-gyp yet:
```bash
npm install -g node-pre-gyp
```
Afterwards:
```bash
npm install
```