https://github.com/fcor/audio-processing
https://github.com/fcor/audio-processing
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fcor/audio-processing
- Owner: fcor
- Created: 2024-08-19T16:03:13.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-22T18:45:13.000Z (almost 2 years ago)
- Last Synced: 2025-03-08T14:44:44.952Z (over 1 year ago)
- Language: JavaScript
- Size: 181 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Audio Processing - Client App
## Local development
Follow this instructions to run this project on your local machine.
### Prerequisites
To run this project all you need is node.js.
```sh
$ node --version
v20.14.0
```
#### Installation / Setup
```sh
$ git clone https://github.com/fcor/audio-processing.git # Clone the repository.
$ cd audio-processing # Navigate into the folder
$ npm i # Install dependencies
```
#### Running / Development
```sh
$ npm start # Start the local development server
```