https://github.com/notakamihe/reaw
Digital Audio Workstation Made w/ Typescript React (unfinished)
https://github.com/notakamihe/reaw
daw desktop digital-audio-workstation electron frontend react ts typescript typescript-react
Last synced: 3 months ago
JSON representation
Digital Audio Workstation Made w/ Typescript React (unfinished)
- Host: GitHub
- URL: https://github.com/notakamihe/reaw
- Owner: notakamihe
- Created: 2021-11-26T01:52:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-04T08:03:53.000Z (5 months ago)
- Last Synced: 2025-06-06T01:44:44.797Z (4 months ago)
- Topics: daw, desktop, digital-audio-workstation, electron, frontend, react, ts, typescript, typescript-react
- Language: TypeScript
- Homepage:
- Size: 27.9 MB
- Stars: 18
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 run dev```## To Build and Package
1. Run ```npm run build```
2. The packaged application will be located in the ```dist``` folder.
## 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.