This is Version 3 of the GSAPP Skill Tree, now called GSAPP Skill Trails.
UNDER DEVELOPMENT!
Install:
npm install
Development:npm run serve
- run
deploy-staging.sh
- Staging at https://dantaeyoung.github.io/GSAPPSkillTree/
git checkout staging
git merge master
git push columbiagsapp staging
- (If you've cloned the
/columbiaGSAPP
repo, then it probably looks likegit push master staging
- (If you've cloned the
- Hosted via Netlify on https://gsappskilltrails.netlify.app/ from
https://github.com/columbiagsapp/GSAPPSkillTrails
repo. - Production branch is
production
onhttps://github.com/columbiagsapp/GSAPPSkillTrails
repo.
To setup production repo: remote add columbiagsapp https://github.com/columbiagsapp/GSAPPSkillTrails.git
To deploy to production:
git checkout production
git merge master
git push columbiagsapp production
- (If you've cloned the
/columbiaGSAPP
repo, then it probably looks likegit push master production
- (If you've cloned the