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

https://github.com/ryanatkn/audio-tools

audio tools πŸͺ± pre-alpha
https://github.com/ryanatkn/audio-tools

Last synced: 2 months ago
JSON representation

audio tools πŸͺ± pre-alpha

Awesome Lists containing this project

README

        

# audio-toolsπŸͺ±

> audio tools

> **work in progress**: pre-alpha

deployed:

## develop

```bash
npm i
# then
npm run dev
# or
gro dev # optionally install Gro globally: `npm i -g @feltcoop/gro`
```

## build

Output production builds to `dist/`:

```bash
npm run build
# or
gro build
```

## deploy

Push the frontend build to the `deploy` branch, e.g. for GitHub Pages:

```bash
npm run deploy
# or
gro deploy
```

## credits 🐒🐒🐒

[Svelte](https://github.com/sveltejs/svelte) βˆ™
[SvelteKit](https://github.com/sveltejs/kit) βˆ™
[Vite](https://github.com/vitejs/vite) βˆ™
[Gro](https://github.com/feltcoop/gro) βˆ™
[Felt](https://github.com/feltcoop/felt) βˆ™
[Rollup](https://github.com/rollup/rollup) βˆ™
[TypeScript](https://github.com/microsoft/TypeScript) βˆ™
[esbuild](https://github.com/evanw/esbuild) βˆ™
[Prettier](https://github.com/prettier/prettier) βˆ™
[@lukeed\/\*](https://github.com/lukeed)
& [more](package.json)

## license [🐦](https://wikipedia.org/wiki/Free_and_open-source_software)

public domain ([The Unlicense](license))