diff options
| -rw-r--r-- | README.md | 32 |
1 files changed, 31 insertions, 1 deletions
@@ -1,2 +1,32 @@ # armory-fmf-cms -CMS For Find My Face App + +## 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 +``` + |
