Skip to content

9hp/snek-extension

 
 

Repository files navigation

🐍 Snek Extension

Installation

In the snek-extenson directory run the following:

npm i && npm start

This will install the necessary packages needed and build the extension (compiled & unpacked extension files are in the "dist" folder).

In Chrome go to chrome://extensions/, Tick the "Developer Mode" option, and click "Load Unpacked". Give it the path to snek-extension/dist.

Updating

Any time a source file is saved, the extension will automatically reload.

To run the most recent update, run

git pull # This updates the local code

npm i && npm start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 51.2%
  • HTML 18.2%
  • CSS 15.1%
  • JavaScript 13.5%
  • Shell 2.0%