- Install NVM (https://github.com/nvm-sh/nvm)
$ nvm use v14// Use Node.js version 14- (optional)
$ nvm alias default 14// Set nvm to always use Node.js v14 $ npm i// install required dependencies$ cp .env.example .env$ npm run start
$ npm run analyze