Audio plugin app, searchable list of plugins to install and share.
Navigate to GitHub Releases and find the latest download for your system:
https://github.com/studiorack/studiorack-app/releases
Download the file and open to install the app on to your machine. Follow instructions within the app.
StudioRack App was built using:
- NodeJS 20.x
- TypeScript 5.x
- NextJS 14.x
- React 18.x
- Electron
Install dependencies using:
npm install
Run the development server using:
npm run dev
View the site at:
http://localhost:3000
Get the api at:
http://localhost:3000/api/plugins
Release an updated version on GitHub by simply creating a version tag:
npm version patch
git push && git push origin --tags
This will run an automated build and deploy process on GitHub Actions:
.github/workflows/release.yml
For more information please contact kmturley