Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/w3c/wai-coga
Cognitive and Learning Disabilities
https://github.com/w3c/wai-coga
accessibility
Last synced: 3 months ago
JSON representation
Cognitive and Learning Disabilities
- Host: GitHub
- URL: https://github.com/w3c/wai-coga
- Owner: w3c
- Created: 2019-01-16T10:52:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-04T15:14:42.000Z (almost 5 years ago)
- Last Synced: 2024-10-08T12:10:23.211Z (4 months ago)
- Topics: accessibility
- Language: HTML
- Homepage: https://w3c.github.io/wai-coga/coga-draft/
- Size: 4.53 MB
- Stars: 4
- Watchers: 10
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wai-coga
Cognitive and Learning Disabilities Accessibility pages on WAI website* Preview: https://w3c.github.io/wai-coga/coga-draft/
* Live: not yet## Local dev setup when on windows
https://jekyllrb.com/docs/installation/windows/
* Install the recommended [ Ruby+DevKit 2.5](https://rubyinstaller.org/downloads/)
* Open a new cmd window
* ```gem install jekyll bundler```
* cd to ...\\```wai-coga```
* ```bundle lock --add-platform=x64-mingw32```
* Ensure gemfile has ```gem 'wdm', '>= 0.1.0' if Gem.win_platform?``` to stop file system polling
* ```bundle install```
* ```bundle update```
* ```bundle exec jekyll serve```
* Can't use `--livereload` with Ruby 2.5 due to bug [#1](https://github.com/w3c/wai-coga/issues/1). Use F5 to refresh browser