BYTE-Club-CCNY / leetcode-tracker

2 stars 0 forks source link

Setup hello world extension

Overview:

Instructions

If you want to read commit messages go to "2-setup-hello-world-extension" branch.

To run the code must run following commands in terminal...

To install initial dependencies: npm install

other dependencies: npm install -D @types/chrome

To update code: ctrl + k and s npm run build

To run webpage: npm run dev