https://github.com/dillonchanis/hexa
Desktop taskbar app for color accessibility.
https://github.com/dillonchanis/hexa
accessibility electron tailwindcss typescript vue
Last synced: 3 months ago
JSON representation
Desktop taskbar app for color accessibility.
- Host: GitHub
- URL: https://github.com/dillonchanis/hexa
- Owner: dillonchanis
- Created: 2020-09-21T20:28:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-22T14:24:22.000Z (almost 6 years ago)
- Last Synced: 2025-05-29T23:02:57.275Z (about 1 year ago)
- Topics: accessibility, electron, tailwindcss, typescript, vue
- Language: Vue
- Homepage:
- Size: 709 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hexa
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).