https://github.com/mayashavin/m16y
The Media Accessibility Project
https://github.com/mayashavin/m16y
Last synced: 4 months ago
JSON representation
The Media Accessibility Project
- Host: GitHub
- URL: https://github.com/mayashavin/m16y
- Owner: mayashavin
- Created: 2019-07-24T07:25:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T10:52:00.000Z (over 3 years ago)
- Last Synced: 2025-02-14T03:51:27.377Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://m16y.io
- Size: 927 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# M16Y - Media Accessibility Project
[](https://app.netlify.com/sites/m16y/deploys)
### Resources
Official site - [https://m16y.io](https://m16y.io)
### Core maintainers
[Maya Shavin](https://github.com/mayashavin)
[Tamas Piros](https://github.com/tpiros)
### Running the project
However you get the code, you can install dependencies and run the project in development mode with:
```bash
cd my-app
npm install # or yarn
npm run dev
```
Open up [localhost:3000](http://localhost:3000) and start clicking around.
Consult [sapper.svelte.dev](https://sapper.svelte.dev) for help getting started.