diff --git a/public/docs/development.html b/public/docs/development.html index 1020998..2abf4bb 100644 --- a/public/docs/development.html +++ b/public/docs/development.html @@ -100,6 +100,10 @@

How to contribute to table-sort-js:

  • Run table-sort-js with the command: npm run start
  • +
  • + note: table-sort-js currently uses node version 16; I would + recommend using node version manager (nvm) and running the command nvm 16 to select node version 16. +
  • Testing table-sort-js: npm run test (currently uses Jest and Jsdom. test/table.test.js is where you can write tests