Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 672 Bytes

README.md

File metadata and controls

45 lines (33 loc) · 672 Bytes

Landlord Tech Watch website

Maintainer

  • Wonyoung So (wonyoung.so.work at gmail.com)
  • Erin McElroy

Development mode in local machine

Install Node

You need to install node v10.15.1 using nvm.

nvm install 10.15.1
nvm use v10.15.1

Install yarn

npm i -g corepack
yarn -v # to check if the installation of yarn is completed

Pull repository

git clone [email protected]:antievictionmappingproject/landlordtech.git

Install dependencies

yarn # it will install dependencies

Launch development mode

yarn start

Deploy to production

Compile production code

yarn deploy