Skip to content

KPMP/hubble-web

Repository files navigation

Node.js CI

Inital Setup

  • 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

Run bundle profiler

  • $ npm run analyze