npm i
npm run build
npm run dev
To test the bug report form follow these steps:
- Create a file called
.env
in 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_repo
permission (only that one)
- Add your new token between the
""
in the line you added in step 2