A self-hostable file sharing service with user account support
- Quicksend Backend: A Nest backend server that powers Quicksend
- Quicksend CLI: A command line application to quickly upload files to Quicksend
$ pnpm install
# Compiles and hot-reloads for development
$ pnpm run serve
# Compiles and minifies for production
$ pnpm run build
# Lints and fixes files
$ pnpm run lint