An open API service indexing awesome lists of open source software.

https://github.com/fcor/audio-processing


https://github.com/fcor/audio-processing

Last synced: over 1 year ago
JSON representation

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
```