Online player: https://qspfoundation.github.io/qspider/
Current release - 1.3.1
Windows: download
Macos: download
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.
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.
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
.