add instructions

This commit is contained in:
matu6968 2024-07-10 17:04:54 +00:00
parent 61a5432269
commit ba6633c416

View File

@ -1 +1,14 @@
# Shitty but stable uploader :3 # 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
```