Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.
/ media-uploader Public archive

Simple media uploader using Astro, lucia-auth and cloudflare workers.

Notifications You must be signed in to change notification settings

Sir-M4kU/media-uploader

Repository files navigation

Media Uploader | 🗃️

A fullstack web application for uploading files. This project uses Astro and Preact, Tailwind and Lucia-Auth.

Previews

Main page Main page (dark mode) Main page (mobile)

Installation

Ensure you've installed Node.js >= 18 and pnpm.

pnpm install

And run the commands build and preview:

Note

The project is using cloudflare workers (wrangler) for the database and the preview, so ensure you've set up your wrangler.toml.

pnpm build && pnpm preview