0.0.1
Pre-release
Pre-release
🥳 First Pre-Release!
Hello! This is a cool tool that will help you transfer from your phone to PC and vice versa locally. Any phone, any computer. It's basically a whole web app in 1 executable, that means no needs to install Node or any other dependencies! Built it with SvelteKit, Webpack, and pkg
Motivation was really just so I can transfer stuff locally. Local http is speedy, so I don't need to use the USB or take care of any compatibility between the two devices. It's fast!
What's here?
- 🪟 Windows executable release!
- ✨ Pretty much working I guess.
- 🛣️ Within the roadmap:
- MacOS release
- Linux Release
- CI/CD stuff automated release, etc. (idk how to set that up yet)
- Feature: Drag and Drop to Sort
- Feature: A database (libsql or sqlite would be good)? (Currently using just the file system
readDirSync, that also means you can add data right from the folders lol) - And many more!
Download and Run the Software
- Go to the 👇 Assets down here and download main-win.exe and .env
- Rename env.example -> .env
- Open main-win.exe, it should run by now.
- Go to your browser and type: http://localhost:3000
Build doesn't work?
- Try cloning the project,
pnpm packerino