Skip to content

Latest commit

 

History

History
executable file
·
28 lines (22 loc) · 1.48 KB

README.md

File metadata and controls

executable file
·
28 lines (22 loc) · 1.48 KB

Khan Academy Extension

Install Install

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.

Contributing

Run the extension locally:

PRs are welcomed!

Scripts

  • npm run build - build the extension
  • npm run clean - clean ./dist
  • npm run lint - check for linting errors
  • npm 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

Thanks