Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/defra/ffc-sfd-experiment-ui
https://github.com/defra/ffc-sfd-experiment-ui
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/defra/ffc-sfd-experiment-ui
- Owner: DEFRA
- License: other
- Created: 2024-06-04T12:18:50.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T12:25:26.000Z (12 days ago)
- Last Synced: 2024-11-07T13:30:14.965Z (12 days ago)
- Language: JavaScript
- Size: 50.2 MB
- Stars: 2
- Watchers: 8
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Run
`docker-compose -f docker-compose.local up --build`
http://localhost:3600/tech-evaluation/login
Login CRN
UN- 1789678903
PW- any password will be accepted## Formatting in vscode
If you would like to use prettier, install `numso.prettier-standard-vscode`. For nunjucks formatting
install `okitavera.vscode-nunjucks-formatter`.Add the following to .vscode/settings.json:
```json
{
"editor.defaultFormatter": "numso.prettier-standard-vscode",
"[nunjucks]": {
"editor.defaultFormatter": "okitavera.vscode-nunjucks-formatter"
},
"[javascript]": {
"editor.defaultFormatter": "numso.prettier-standard-vscode"
}
}
```## Licence
THIS INFORMATION IS LICENSED UNDER THE CONDITIONS OF THE OPEN GOVERNMENT LICENCE found at:
The following attribution statement MUST be cited in your products and applications when using this information.
> Contains public sector information licensed under the Open Government license v3
### About the licence
The Open Government Licence (OGL) was developed by the Controller of Her Majesty's Stationery Office (HMSO) to enable information providers in the public sector to license the use and re-use of their information under a common open licence.
It is designed to encourage use and re-use of information freely and flexibly, with only a few conditions.