React Audio Workstation
May 4, 2025 ยท View on GitHub
React Audio Workstation (REAW) is Digital Audio Workstation coded in React and Typescript. This project is currently in the first phase of development.

Setup
- Clone this repository and enter the resulting directory
- Run
npm install
To Run
- Run
npm run dev
To Build and Package
- Run
npm run build - The packaged application will be located in the
distfolder.
Notes
- User interface is the only functional aspect of this project as of May 4, 2025. Audio, however will be implemented in the near future.
- Main functionality is prioritized over performance as of May 4, 2025. The project may feel slow when a large number of tracks are present.