An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# M16Y - Media Accessibility Project

[![Netlify Status](https://api.netlify.com/api/v1/badges/69a078fc-813c-4fab-a371-641ed83984dc/deploy-status)](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.