Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 777 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 777 Bytes

React Audio Workstation

React Audio Workstation (REAW) is Digital Audio Workstation coded in React and Typescript. This project is currently in the first phase of development.

Setup

  1. Clone this repository and enter the resulting directory
  2. Run npm install

To Run

  1. Run npm start

To Build and Package

  1. Run npm run package
  2. The .dmg or .exe file should be located in release/build

Notes

  • 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.