feat: add usage instructions
This commit is contained in:
parent
8021bbea39
commit
62731011a1
1 changed files with 14 additions and 4 deletions
16
README.md
16
README.md
|
@ -14,6 +14,16 @@ The URL is hardcoded, so it won't work if warp-cors isn't running on
|
|||
even sure if it is possible (I'm new to svelte). But I know the
|
||||
development server works ;) :
|
||||
|
||||
```bash
|
||||
pnpm run dev
|
||||
````
|
||||
```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
|
||||
|
||||
|
|
Loading…
Reference in a new issue