Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 679 Bytes

README.md

File metadata and controls

38 lines (33 loc) · 679 Bytes

face-value

Getting Dev Environment Started (macOS)

Install Homebrew

  1. Open Terminal
  2. Install Homebrew - copy and run code below in terminal
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install Yarn

  1. Once brew installation is done
brew install yarn

Install node.js

  1. Visit https://nodejs.org/en/download/
  2. Download the macOS installer (.pkg)
  3. Run installer

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Lints and fixes files

yarn run lint