https://github.com/bcgov/ai-form-assistant-showcase
https://github.com/bcgov/ai-form-assistant-showcase
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bcgov/ai-form-assistant-showcase
- Owner: bcgov
- License: apache-2.0
- Created: 2025-12-03T19:38:00.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-07-02T20:26:10.000Z (about 1 month ago)
- Last Synced: 2026-07-02T20:28:33.054Z (about 1 month ago)
- Language: JavaScript
- Size: 519 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# AI Form Service Showcase
A demo website, showcasing features of the NR AI Forms Service
To learn more about the **Common Services** available visit the [Common Services Showcase](https://bcgov.github.io/common-service-showcase/) page.
## Quick Start Dev Guide
You can quickly run this application in development mode after cloning by opening two terminal windows and running the following commands (assuming you have already set up local configuration as well). Refer to the [Application Readme](app/README.md) and [Frontend Readme](app/frontend/README.md) for more details.
```
cd app
npm i
npm run serve
```
```
cd frontend
npm i
npm run serve
```
## How to Contribute
If you would like to contribute, please see our [contributing](CONTRIBUTING.md) guidelines.
Please note that this project is released with a [Contributor Code of Conduct](CODE-OF-CONDUCT.md). By participating in this project you agree to abide by its terms.
## License
```txt
Copyright 2026 Province of British Columbia
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```