https://github.com/code4recovery/unity
A WordPress theme for A.A. service entities
https://github.com/code4recovery/unity
Last synced: 5 days ago
JSON representation
A WordPress theme for A.A. service entities
- Host: GitHub
- URL: https://github.com/code4recovery/unity
- Owner: code4recovery
- Created: 2025-07-18T05:06:04.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-02T16:53:31.000Z (11 months ago)
- Last Synced: 2025-10-10T22:59:41.345Z (8 months ago)
- Language: PHP
- Size: 151 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Unity
A WordPress theme for A.A. service entities.
## Design principles
1. Accessibility
- High color contrast
- Large text
- No device requirements
2. Usability
- Minimize floating elements
- Mobile-first
- Economize screen area
3. Maintainability
- Minimize markup
- Minimize custom code
- Minimize third-party plugins
- Use Tailwind rather than custom CSS
## Developing
```
npm i && npm run dev
```
## Before committing changes
```
npm run build && wp i18n make-pot . ./i18n/unity.pot
```