Khan Academy Extension is a browser extension for the computing section of khanacademy.
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
- cleans up most linting errors automaticallynpm run release
- clean, build, and zip (requires jq)