Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 475 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 475 Bytes

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