From ba6633c416c25a06f9565dd7e59f9aec3bc48f45 Mon Sep 17 00:00:00 2001 From: matu6968 Date: Wed, 10 Jul 2024 17:04:54 +0000 Subject: [PATCH] add instructions --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 62859bf..dd75907 100644 --- a/README.md +++ b/README.md @@ -1 +1,14 @@ -# Shitty but stable uploader :3 \ No newline at end of file +# 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 +``` \ No newline at end of file