Khan Academy Extension is a browser extension for the computing section of Khan Academy.
It is actively developed by Jett Burns, Ethan Luis McDonough, Matthias Saihttam and Luke Krikorian.
- Run
npm install
in the extension directory. - Make your changes!
- Run
npm run build
to build the extension. - Run the extension in Developer mode
PRs are welcomed!
npm run build
- build the extensionnpm run clean
- clean ./distnpm run lint
- check for linting errorsnpm run fix
- clean up most linting errors automatically./release.sh
- zip up the extension for release (requires jq)./release.sh --source
- zip up the extension source code