Skip to content

bearcatsdev/adab-web

Repository files navigation

ADAB - Ayo Dengar Ayo Bicara (Let's Hear & Talk)

Netlify Status

An open-source web and mobile application to help hearing-impaired students in the all-online world. We develop this app mainly to help our friends at Binus University, but we hope to be also used outside. There's a paper about this project if you like to learn more.

Full documentation

To check the full documentation visit this site.

Issues, bugs, and requests

We welcome contributions and feedback! Please file a request in our issue tracker and we'll take a look.

For simple changes (such as to CSS and text), you probably don't need to build this site. Often you can make changes using the GitHub UI.

If you want/need to build, read on.

Building the app

Prerequisites

You can use any IDE/text editor you liked, we personally recommend using IntelliJ IDEA since it has a better out-of-box experience.

You might need to install the following tools if you don't have them already.

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

Contribute and pull request

  1. Fork this repo
  2. Create new branch
  3. Make your changes
  4. Pull request

NOTE: Make sure you follow the example from this guide to keep the commit messages tidy.