From 62731011a183a93ad92eab9b12263e1aa6b6556f Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Tue, 19 Sep 2023 22:14:06 +0530 Subject: [PATCH] feat: add usage instructions --- README.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bc710c8..9750694 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,18 @@ The URL is hardcoded, so it won't work if warp-cors isn't running on 3. I Haven't figured out how to build and deploy this project. I'm not even sure if it is possible (I'm new to svelte). But I know the - development server works ;) : + development server works ;) : + + ```bash + pnpm run dev + ``` + +4. Create an access token by going to https://forgejo.exampl.org/user/settings/applications with the following scopes: + - read:notification + - read:organization + - read:issue + - read:repository + - read:user + + This will be your password for logging in - ```bash - pnpm run dev - ````