Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 506 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 506 Bytes

Swift Cut

Swift Cut is a simple web-based audio cutter.

Contributing

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:

  1. Clone this repo.

  2. Replace the values in .env.template with appropriate credentials of your AWS account.

  3. Rename .env.template to .env.local.

  4. Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev