This commit is contained in:
2026-03-25 14:14:07 +01:00
parent d6b31e2ef7
commit a0073b4fb1
10368 changed files with 2214340 additions and 0 deletions

27
APP/nexus-remote/node_modules/koffi/doc/README.md generated vendored Normal file
View File

@@ -0,0 +1,27 @@
# Install required dependencies
On Debian and Ubuntu use the following commands:
```sh
sudo apt update
sudo apt install build-essential
```
On RPM-based distributions such as Fedora or Rocky Linux, use:
```sh
sudo dnf groupinstall "Development Tools"
sudo dnf install clang
```
# Run the develop script
Run the development script from the website directory:
```sh
./develop.sh
```
Open the proposed link at `http://localhost:8000/`.
Change page content at will and builds will happen automatically. You just need to refresh the page.