/qspider

Web and desktop player for QSP http://qsp.org/

Primary LanguageTypeScriptMIT LicenseMIT

qSpider


Web and desktop player for QSP

License: MIT PRs Welcome Commitizen friendly code style: prettier

Qspider

Online player: https://qspfoundation.github.io/qspider/

Current release - 1.2.0

Windows: download

Macos: download

Linux: deb | rpm | AppImage

Development server

Run npm start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run nx build player to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running on desktop

To run desktop version of qSpider you need Rust installed on your machine. Once you have it

cd ./src-tauri
cargo install
cd ..

To run desktop player in development mode run npm run start:desktop.