Improve setup & contributor experience
Created by: henrikvtcodes
Added a few things to improve the experience for people looking to run ISM locally:
-
.python-version
file; automatically set up the right python version for this project -
.nvmrc
file andpackage.json
edits; somewhat-automatically set up a nodejs environment (although it appears that node.js is not currently needed to run the app) - Documentation in
CONTRIBUTING.md
&README.md
that clarify the process
I also added node_modules to the gitignore and deleted it from the repo; this is standard practice and it also reduces the repo size