- Clone the repository:
git clone [email protected]:hawkrives/svg-diplomacy.git
- Run
make
- Create
backend/config/global.json
It should look something like:
{
"applications": {
"app_name": {
"applicationId": "",
"masterKey": ""
},
"_default": {
"link": "app_name"
}
}
}
Replace app_name
with the name of the Parse app, and supply the applicationId
and masterKey
from the Parse app in the matching fields above.
- Run
parse deploy
from within thebackend/
directory to push the cloud code to the parse app.
If you feel like node_modules is getting really big, try running make shrink
.