React Audio Workstation (REAW) is Digital Audio Workstation coded in React and Typescript. This project is currently in the first phase of development.
- Clone this repository and enter the resulting directory
- Run
npm install
- Run
npm start
- Run
npm run package
- The .dmg or .exe file should be located in
release/build
- User interface is the only functional aspect of this project as of August 17, 2022. Audio, however will be implemented in the near future.
- Main functionality is prioritized over performance as of August 17, 2022. The project may feel slow when a large number of tracks are present.