dope
Find a file
2024-03-24 02:19:47 -04:00
prisma 🎉 2024-03-24 02:18:11 -04:00
src 🎉 2024-03-24 02:18:11 -04:00
static somewhat sane error pages? 2024-03-16 10:27:40 -04:00
.dockerignore Docker 2024-03-18 05:48:13 -04:00
.env.example FUCK, man 2024-03-18 12:54:47 -04:00
.gitignore Initialize project 2024-03-12 05:44:25 -04:00
.npmrc Initialize project 2024-03-12 05:44:25 -04:00
.prettierignore Initialize project 2024-03-12 05:44:25 -04:00
.prettierrc Initialize project 2024-03-12 05:44:25 -04:00
Dockerfile fix typo 2024-03-24 02:19:47 -04:00
LICENSE Add LICENSE 2024-03-16 11:53:27 -04:00
package.json 🎉 2024-03-24 02:18:11 -04:00
postcss.config.js Initialize project 2024-03-12 05:44:25 -04:00
README.md dop 2024-03-24 01:21:41 -04:00
svelte.config.js somewhat sane error pages? 2024-03-16 10:27:40 -04:00
tailwind.config.js WOO YEA 2024-03-16 07:24:03 -04:00
vite.config.js Initialize project 2024-03-12 05:44:25 -04:00
yarn.lock 🎉 2024-03-24 02:18:11 -04:00

file-uploader

Built with HATE

forthebadge forthebadge forthebadge forthebadge

A file uploading website.

Developing

You can start a development SQL server with Docker:

sudo docker run -e MYSQL_ROOT_PASSWORD=development -e MYSQL_DATABASE=default -d mysql:latest