Skip to content

Improve setup & contributor experience

Kendall A Fortney requested to merge hvantass-improve-setup into main

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 and package.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

Merge request reports

Loading