CSE 383 Final Group Project Development: Getting started Download the EditorConfig plugin for your favorite IDE/text editor. Install Node.js (the LTS version is fine) On Linux, we recommend running: sudo snap install node --classic --channel=10 Install Yarn Run: cd client/ yarn install