Skip to content

johnjiang/cjhandbook

Repository files navigation

CJ's Handbook

Node.js CI

http://cjhandbook.guide/

Developer setup

🍺 Prerequisites

💻 Initial Setup

# Install nvm and follow setup post-install instructions
brew install nvm

# Install the version of node we need
nvm install

🎢 Dev loop

# Activate the version of node in the shell
nvm use
npm install
npm run start # This will continuously watch the repo for changes

🧪 Testing

npm run test
npm run lint

🚀 Building and deploy

Automatically built via GitHub actions and deployed on netlify