Swift Cut is a simple web-based audio cutter.
Note: This app makes use of AWS services. You are responsible for protecting your AWS credentials and managing all costs incurred from using their services.
To start:
-
Clone this repo.
-
Replace the values in
.env.template
with appropriate credentials of your AWS account. -
Rename
.env.template
to.env.local
. -
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev