This is an app designed to upload files to a backup device with an easy to use UI. It's still on development, so maybe check it out later to see the current progress :)
- Clone the repository
git clone [email protected]:julio-salas03/local-file-vault.git
- Create a
.env
file
cp .env.example .env
- Run the
init
command
bun run init
That's it! The application is now running on port 8080
ready to backup your files!
- air
1.61.1
or higher
The npm run dev
command with span 2 servers with concurrently
. You'll want to use the one running on port 3000
, as that's the vite server and comes with HMR. Avoid using the server on port 8080
unless you're testing api related logic