Snakeroom / snek-2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐍 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

License:Other


Languages

Language:TypeScript 48.6%Language:CSS 19.3%Language:HTML 17.3%Language:JavaScript 12.8%Language:Shell 1.9%