codeforpdx / PASS

PASS project - with HMIS module integration
MIT License
24 stars 24 forks source link

Update to new setup flow #597

Closed timbot1789 closed 4 months ago

timbot1789 commented 4 months ago

Our setup instructions have been out of date for a few months now. Changes in the last few months have made it significantly easier to get started. We no longer need to run multiple terminal commands, nor visit several sites to configure everything. Startup now just requires:

  1. Fetching the code
  2. Installing node
  3. Installing npm dependencies
  4. Running npm start

After that, everything else goes through PASS itself. We should update the readme to reflect the new process.