https://github.com/bcgov/sso-docs
SSO Documentation
https://github.com/bcgov/sso-docs
bcgov-sso citz
Last synced: about 1 month ago
JSON representation
SSO Documentation
- Host: GitHub
- URL: https://github.com/bcgov/sso-docs
- Owner: bcgov
- License: apache-2.0
- Created: 2023-06-09T16:04:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-28T00:38:30.000Z (5 months ago)
- Last Synced: 2026-01-28T11:08:41.253Z (5 months ago)
- Topics: bcgov-sso, citz
- Language: JavaScript
- Homepage: https://bcgov.github.io/sso-docs/
- Size: 6.69 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SSO Documentation
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
### Installation
```
$ yarn
```
### Local Development
```
$ yarn start
```
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ yarn build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Deployment
Using SSH:
```
$ USE_SSH=true yarn deploy
```
Not using SSH:
```
$ GIT_USER= yarn deploy
```
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
# pathfinder-sso-docs