Notes:
- Replace
TEAM
with your team's name - Judges will be using STABLE browsers to judge Prod
- You will not find your app in Divshot Dashboard, only when using divshot-cli
npm install -g divshot-cli
divshot apps
Your apps
ss15 apps
ss15-TEAM # Your team app name
mkdir -p ss15-TEAM && cd $_
divshot init
name: (ss15-TEAM)
root directory: (current) public # Best practice
clean urls: (y/n) y # No .html extensions
error page: (error.html)
Would you like to create a Divshot.io app from this app?: (y/n) n # Select NO
Success: App initiated
echo '.divshot-cache' > .gitignore
git init
git add --all
git commit -m ':sailboat:'
git remote add origin https://github.com/staticshowdown/ss15-TEAM.git
git push -u origin master
divshot push
divshot push development