SilicoDrive is a file storage and synchronization platform designed to simplify the process of managing and accessing your files across multiple devices. With SilicoDrive, you can securely store, organize, and share your files, ensuring that they are always up-to-date and accessible whenever you need them.
-
File Storage: SilicoDrive provides a reliable and scalable storage solution for your files. You can upload, download, and manage your files with ease.
-
Synchronization: SilicoDrive keeps your files in sync across all your devices. Any changes made to a file on one device will be automatically reflected on all other devices.
-
Sharing: SilicoDrive allows you to share files with others. You can control the level of access and permissions for each shared item.
To use SilicoDrive, follow these steps:
-
Clone the repository:
git clone https://github.com/silicoflare/silicodrive.git
-
Install the required dependencies:
bun install
-
Make a copy of
.env.example
, name it.env
, configure all the required stuff and fill in the variables. -
Start the application:
bun run dev
-
Access SilicoDrive in your web browser at
http://localhost:3000
.