npm inpm run buildnpm run dev
To test the bug report form follow these steps:
- Create a file called
.envin the base directoy - Add a line to the file
VITE_AUTH_TOKEN="" - Go to https://github.com/
- Click your profile in the top right
- Select Settings
- Select Developer Settings on the bottom left
- Select Personal access tokens and then Tokens (classic)
- Generate new token (classic)
- Give it the
public_repopermission (only that one)
- Add your new token between the
""in the line you added in step 2