Skip to main content

Frontend Pre-Reqs

Pre-Reqs to Install

NPM

Yarn

We use Yarn for this wiki. Run this after you have set up npm. You may have to re-run this if you switch NodeJS versions with NVM as listed below.

NVM / NodeJS

Browser Debug Tools

IDE

  • IDE: Use any you like, VSCode is a personal favorite of mine.
    • For VSCode install appropriate extensions for Vue, Javascript, etc

Running the Frontend

  • If you are either an open source contributor without access to local backend, or you are fixing a frontend-only issue (our production API backend is much faster):
    • Open both of these files in your IDE:
      • .env.development
      • .env.production
    • Change VUE_APP_ROOT_API in .env.development to match .env.production.