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
- Host: GitHub
- URL: https://github.com/ryanatkn/audio-tools
- Owner: ryanatkn
- License: unlicense
- Created: 2021-07-17T23:05:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-01T21:33:31.000Z (over 2 years ago)
- Last Synced: 2024-04-15T03:01:33.496Z (about 1 year ago)
- Language: Svelte
- Homepage: https://ryanatkn.github.io/audio-tools
- Size: 96.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
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))