https://github.com/timarney/compliance-ui
A user interface for the CDS Compliance API
https://github.com/timarney/compliance-ui
Last synced: about 1 year ago
JSON representation
A user interface for the CDS Compliance API
- Host: GitHub
- URL: https://github.com/timarney/compliance-ui
- Owner: timarney
- License: mit
- Created: 2018-11-06T18:16:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-06T18:01:43.000Z (over 7 years ago)
- Last Synced: 2025-02-15T10:30:11.415Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 452 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Compliance UI
[](https://codeclimate.com/github/cds-snc/compliance-ui/maintainability)
[](https://snyk.io/test/github/cds-snc/compliance-ui)
## CLI Commands
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:4000
npm run dev
# build for production with minification
npm run build
# test the production build locally
npm run sart
# run tests
npm run test
# build docker image
npm run docker
```
## .env
Local endpoint for GraphQL api - https://github.com/cds-snc/compliance-api
```
API_URL="http://localhost:3000"
```