https://github.com/govalta/ui-components-docs
https://github.com/govalta/ui-components-docs
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/govalta/ui-components-docs
- Owner: GovAlta
- Created: 2023-06-21T18:12:30.000Z (about 3 years ago)
- Default Branch: alpha
- Last Pushed: 2024-11-13T23:05:06.000Z (over 1 year ago)
- Last Synced: 2024-11-14T00:18:05.126Z (over 1 year ago)
- Language: TypeScript
- Size: 9.57 MB
- Stars: 2
- Watchers: 3
- Forks: 9
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation
1. `npm i`
2. `npm run build`
3. `npm run dev`
## Testing Bug Report Form
To test the bug report form follow these steps:
1. Create a file called `.env` in the base directoy
2. Add a line to the file `VITE_AUTH_TOKEN=""`
3. Go to [https://github.com/](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)
4. Add your new token between the `""` in the line you added in step 2