A modern SvelteKit web application that simplifies cloud-based file storage and management.
Copy .env.example
to .env
and fill in your API settings.
Running npm run dev
will generate static/env.js
from this file. For
production builds the container rewrites static/env.js
with runtime
values when starting and mirrors it to build/client/env.js
.
Install the dependencies:
npm install
Start a development server:
npm run dev
Refer to docs/setup.md for environment setup and docs/development.md for additional commands.
Pull requests are welcome! Feel free to open issues for any bugs or feature requests.
This project is released under the MIT License.