Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 419 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 419 Bytes

Personal Website

Build Status

Install Dependencies

npm install

Run

npm start

Build Production

npm run build

Invoke Test Watcher

npm test

Deploy to Master

npm run deploy

Run ESLint

npm run lint