You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 7, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,44 +1,44 @@
1
-
# OGCIO Design System
1
+
# Gov IE Design System
2
2
3
-
OGCIO-DS contains the code you need to start building a user interface for government platforms and services.
3
+
Gov IE DS contains the code you need to start building a user interface for government platforms and services.
4
4
5
-
See live examples of OGCIO components, and guidance on when to use them in your service, in the [OGCIO Design System](https://ogcio.github.io/ogcio-ds/).
5
+
See live examples of Gov IE components, and guidance on when to use them in your service, in the [Gov IE Design System](https://ogcio.github.io/ogcio-ds/).
6
6
7
7
## Contact the team
8
8
9
-
If you want to know more about OGCIO-DS, you can go to the [Contact us](https://www.design-system.ogcio.gov.ie/contact/) page.
9
+
If you want to know more about Gov IE Design System, you can go to the [Contact us](https://www.design-system.ogcio.gov.ie/contact/) page.
10
10
11
11
## Quick start
12
12
13
-
There are 2 ways to start using OGCIO-DS components in your app.
13
+
There are 2 ways to start using Gov IE Design System components in your app.
14
14
15
-
Once installed, you will be able to use the code from the examples in the OGCIO-DS in your service.
15
+
Once installed, you will be able to use the code from the examples in the Gov IE Design System in your service.
16
16
17
17
### 1. Install with npm (recommended)
18
18
19
-
We recommend [installing OGCIO-DS using node package manager
19
+
We recommend [installing Gov IE Design System using node package manager
You can also install OGCIO-DS by [copying our CSS, JavaScript and asset files into your project](https://ogcio.github.io/ogcio-ds/?path=/docs/docs-install-using-precompiled-files--docs).
24
+
You can also install Gov IE Design System by [copying our CSS, JavaScript and asset files into your project](https://ogcio.github.io/ogcio-ds/?path=/docs/docs-install-using-precompiled-files--docs).
25
25
26
26
## Accessibility
27
27
28
-
The OGCIO-DS team works hard to ensure that OGCIO-DS is accessible.
28
+
The Gov IE DS team works hard to ensure that Gov IE DS is accessible.
29
29
30
30
Using Frontend will help your service meet [level AA of WCAG 2.1](https://www.w3.org/TR/WCAG21/). But you must still check that your service meets accessibility requirements, especially if you extend or modify components.
31
31
32
32
You should also use:
33
33
34
-
-[the JavaScript from OGCIO-DS](https://ogcio.github.io/ogcio-ds/?path=/docs/docs-import-css-assets-and-javascript--docs)
34
+
-[the JavaScript from Gov IE DS](https://ogcio.github.io/ogcio-ds/?path=/docs/docs-import-css-assets-and-javascript--docs)
35
35
-[a separate stylesheet](https://ogcio.github.io/ogcio-ds/?path=/docs/docs-support-internet-explorer-8--docs) if you support Internet Explorer 8
36
36
37
-
You can also read the [accessibility statement for OGCIO-DS](https://www.design-system.ogcio.gov.ie/accessibility/)
37
+
You can also read the [accessibility statement for Gov IE DS](https://www.design-system.ogcio.gov.ie/accessibility/)
38
38
39
39
## Getting updates
40
40
41
-
To be notified when there’s a new release, you can [watch the ogcio-ds Github repository](https://docs.github.com/en/github/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications#configuring-your-watch-settings-for-an-individual-repository)
41
+
To be notified when there’s a new release, you can [watch the Gov IE DS Github repository](https://docs.github.com/en/github/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications#configuring-your-watch-settings-for-an-individual-repository)
42
42
43
43
Find out how to [update with npm](https://ogcio.github.io/ogcio-ds/?path=/story/docs-update-with-npm--docs/).
44
44
@@ -128,7 +128,7 @@ To uninstall Husky hooks, run the following command:
128
128
npm run husky:uninstall
129
129
```
130
130
131
-
## OGCIO-DS package publishing
131
+
## Gov IE DS package publishing
132
132
133
133
- Use [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) and [squash commits](https://github.com/googleapis/release-please?tab=readme-ov-file#linear-git-commit-history-use-squash-merge) to `main`
134
134
- Versioning and npm package publishing is handled by the [Release Please GitHub action](https://github.com/google-github-actions/release-please-action)
@@ -147,4 +147,4 @@ When changes are pushed to `main` branch on GitHub, [Github Actions][github-acti
147
147
148
148
## Contributing
149
149
150
-
Contributors to OGCIO repositories are expected to follow the [Contributor Guide](https://ogcio.github.io/ogcio-ds-website/help/how-to-contribute/).
150
+
Contributors to Gov IE repositories are expected to follow the [Contributor Guide](https://ogcio.github.io/ogcio-ds-website/help/how-to-contribute/).
0 commit comments