How to install lightningpixel/modly. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
lightningpixel/modly Installation Guide
How to install lightningpixel/modly. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for lightningpixel/modly. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i lightningpixel/modlyor
Install via npx
npx @hexmos/ipm i lightningpixel/modlyPrerequisites
Node.js
runtimeVersion: >=14
Python
runtimeVersion: >=3.6
Git
version_controlManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Download for Windows
windows.exeDownload for Linux
Modly-0.4.1.AppImageDownload for macOS (Apple Silicon)
Modly-0.4.1-arm64.dmgRun from Source (Windows)
git clone https://github.com/lightningpixel/modly.git
cd modly
launch.batRun from Source (Linux / macOS)
git clone https://github.com/lightningpixel/modly.git
cd modly
./launch.shDevelopment Setup (Node.js & Python)
git clone https://github.com/lightningpixel/modly.git
cd modly
npm install
cd api
python -m venv .venv
.venv\Scripts\activate
source .venv/bin/activate
pip install -r requirements.txt
cd ..
npm run devPost Installation Steps
- Follow the 'Workflows' section in the README to start using Modly.
