Pagana
Pagana is a real-time mixer.
This project is still in early stages of development and is not ready for any kind of production use or testing.
Development:
Initializing the repository
-
Install needed dependencies
- You have Git installed.
- Install necesary cpal dependencies.
- Make sure you have Nodejs installed in your system.
- Follow the Tauri dependencies setup documentation.
-
Download and install this repository
git clone [this repository]
yarn install # Install frontend dependencies
yarn tauri info # (Optional) Logging dependencies
- Run the app
yarn dev
About Contributing
For any information about contributing please check the CONTRIBUTING.md
file available in the source code. Also, please read the DESIGN_DOC_MVPv1.md
document for detailed information about the MVP scope.