FluffyUpload/README.md
2024-07-10 17:04:54 +00:00

14 lines
174 B
Markdown

# Shitty but stable uploader :3
# Configuring .env File
```
R2_ACCESS_KEY=insert_a_access_key
R2_SEC_KEY=insert_a_secret_key
```
# Deployment
```
yarn install
yarn dev
```