Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/printerscanner/synth

🪗 tonal harmony synth with tone.js.
https://github.com/printerscanner/synth

react tonejs

Last synced: about 1 month ago
JSON representation

🪗 tonal harmony synth with tone.js.

Awesome Lists containing this project

README

        

# Synth

**Synth** is a web-based audio synthesizer project built with React and the [tone.js](https://tonejs.github.io/) library, that experiments with tonal harmony.

## Getting Started

1. Clone the repository:
```bash
git clone https://github.com/printerscanner/synth/
cd synth
```

2. Install dependencies:
```bash
yarn install
```

3. Start the development server:
```bash
yarn dev
```

4. Open the application in your browser at:
```
http://localhost:5173
```

## Scripts

- `yarn dev`: Start the development server with Vite.
- `yarn build`: Build the app for production.
- `yarn preview`: Preview the production build.
- `yarn lint`: Lint the code using ESLint.

## License

This project is licensed under the MIT License.