Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bcgov/business-create-ui
BC Registry Services - Legal Entities - Create Incorporation Application
https://github.com/bcgov/business-create-ui
bcregistry javascript jest keycloak kubernetes npm openshift scss typescript vue vuetify
Last synced: about 1 month ago
JSON representation
BC Registry Services - Legal Entities - Create Incorporation Application
- Host: GitHub
- URL: https://github.com/bcgov/business-create-ui
- Owner: bcgov
- License: apache-2.0
- Created: 2019-12-11T22:10:30.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T22:10:38.000Z (3 months ago)
- Last Synced: 2024-10-24T10:37:05.674Z (3 months ago)
- Topics: bcregistry, javascript, jest, keycloak, kubernetes, npm, openshift, scss, typescript, vue, vuetify
- Language: TypeScript
- Homepage:
- Size: 16.9 MB
- Stars: 7
- Watchers: 16
- Forks: 47
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS.txt
Awesome Lists containing this project
README
# Registry application that is used to create a business.
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](../LICENSE)
[![codecov](https://codecov.io/gh/bcgov/business-create-ui/branch/main/graph/badge.svg)](https://codecov.io/gh/bcgov/business-create-ui)
![PR CI](https://github.com/bcgov/business-create-ui/workflows/PR%20CI/badge.svg)
![Build CI](https://github.com/bcgov/business-create-ui/workflows/Build%20CI/badge.svg)
[![img](https://img.shields.io/badge/Lifecycle-Stable-97ca00)](https://github.com/bcgov/repomountie/blob/master/doc/lifecycle-badges.md)## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Run your unit tests
```
npm run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).---
description: bcrs-entities-create-ui readme
ignore: true
---## About
TBD.
## Usage
### Local Development
1. make sure you have the `.env` file, required contents can be found in `.env.production`
2. run docker## Deployment (OpenShift)
TBD
## Getting Help or Reporting an Issue
To report bugs/issues/feature requests, please file an [issue](https://github.com/bcgov/bcrs-entities-create-ui/issues/).
## 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.## Issues/Suggestions
Make Suggestions/Issues [here!](https://github.com/bcgov/bcrs-entities-create-ui/issues/new)
Issues are [markdown supported](https://guides.github.com/features/mastering-markdown/).## License
Copyright 2020 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 athttp://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.