# armory-fmf-cms ## CMS For Find My Face App ### Initial setup ``` npm install cd client npm install ``` ### Building the client Build the client locally and push that up. ``` cd client ./fetch-db.sh npm web:build git push ``` ### Deploy ``` ssh ja@armory cd armory-fmf-cms git pull pm2 restart cms ```