Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajboni/airwindows-cheatsheet
Cheatsheet for Airwindows plugins. This project aims to build an automated frontend for the airwindowpedia documentation file.
https://github.com/ajboni/airwindows-cheatsheet
airwindows audio-plugin lv2-plugins vst-plugins
Last synced: 8 days ago
JSON representation
Cheatsheet for Airwindows plugins. This project aims to build an automated frontend for the airwindowpedia documentation file.
- Host: GitHub
- URL: https://github.com/ajboni/airwindows-cheatsheet
- Owner: ajboni
- License: gpl-3.0
- Created: 2023-08-23T23:02:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-09T03:17:09.000Z (3 months ago)
- Last Synced: 2024-12-08T16:55:09.416Z (14 days ago)
- Topics: airwindows, audio-plugin, lv2-plugins, vst-plugins
- Language: JavaScript
- Homepage: https://airwindowscheatsheet.aboni.dev/
- Size: 778 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Airwindows Cheatsheet
Cheatsheet for [Airwindows](https://www.airwindows.com) plugins.
This project aims to build an automated frontend for the airwindopedia documentation file.
This site works offline and can be "Installed" on mobile devices and computers as a PWA app.# Features
- Category filters
- Search filters
- Favorites
- Add your own notes to plugins.
- Automatic Builds.
- Mobile friendly.# License and Copyright
The content of [airwindopedia](https://www.airwindows.com/wp-content/uploads/Airwindopedia.txt) (used in this page) is property of Chris Johnson © 2023 [Airwindows | handsewn bespoke digital audio.](https://www.airwindows.com)
# Development
- Clone the repo.
- `npm install`
- `npm run dev`
- Web server should be reachable at `http://localhost:5173`# Build
- `npm run build`
# Scrape
- `npm run scrape`