feat: add usage instructions
This commit is contained in:
parent
8021bbea39
commit
62731011a1
1 changed files with 14 additions and 4 deletions
18
README.md
18
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
|
||||
````
|
||||
|
|
Loading…
Reference in a new issue