https://github.com/studiorack/studiorack-site
Audio plugin site with searchable plugin list, tools and documentation
https://github.com/studiorack/studiorack-site
audio plugin site vst vst3
Last synced: 3 months ago
JSON representation
Audio plugin site with searchable plugin list, tools and documentation
- Host: GitHub
- URL: https://github.com/studiorack/studiorack-site
- Owner: studiorack
- License: mit
- Created: 2020-07-09T01:18:22.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-12T02:02:26.000Z (3 months ago)
- Last Synced: 2025-01-12T03:20:09.683Z (3 months ago)
- Topics: audio, plugin, site, vst, vst3
- Language: TypeScript
- Homepage: https://studiorack.github.io/studiorack-site
- Size: 13.2 MB
- Stars: 14
- Watchers: 2
- Forks: 3
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-useful-projects - <img src="https://icon.horse/icon/github.com" height="20px" align="center"/>/studiorack/studiorack-site - Audio plugin site (Creative / Other)
- awesome-useful-projects - <img src="https://icon.horse/icon/github.com" height="20px" align="center"/>/studiorack/studiorack-site - Audio plugin site (Jump To / Creative)
README
# studiorack-site

Audio plugin site with searchable plugin list, tools and documentation.

## Developer information
StudioRack Site was built using:
- NodeJS 20.x
- TypeScript 5.x
- NextJS 14.x
- React 18.x## Installation
Install dependencies using:
npm install
## Usage
Run the development server using:
npm run dev
View the site at:
http://localhost:3000
Get the api at:
http://localhost:3000/api/plugins
## Deployment
Release an updated version on GitHub by simply creating a version tag:
npm version patch
git push && git push origin --tagsThis will run an automated build and deploy process on GitHub Actions:
.github/workflows/release.yml
## Contact
For more information please contact kmturley