FileUp is a simple and elegant file uploader built using Remix, shadcn, and Fileditch as the file storage provider.
Note: All the uploaded files data that returned from Fileditch are stored in the browser's local storage.
Please read the Fileditch FAQ.
- Elegant and simple user interface
- Fast file uploads using Fileditch
Follow these instructions to set up the project locally.
- Bun - A fast JavaScript runtime (Install it if you haven't already)
- Node.js (Recommended for compatibility)
-
Clone the repository:
git clone https://github.com/hoangvu12/file-up cd file-up
-
Install the dependencies:
bun install
Run the development server:
bun dev
This will start the app in development mode. Open http://localhost:5173 in your browser to view it.
To deploy the app for production, follow these steps:
-
Build your app for production:
bun run build
-
Start the app in production mode:
bun start
Contributions are welcome! Feel free to open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.