This is Version 3 of the GSAPP Skill Tree, now called GSAPP Skill Trails.
UNDER DEVELOPMENT!
Install:
npm installDevelopment:npm run serve
- run
deploy-staging.sh - Staging at https://dantaeyoung.github.io/GSAPPSkillTree/
git checkout staginggit merge mastergit push columbiagsapp staging- (If you've cloned the
/columbiaGSAPPrepo, 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/GSAPPSkillTrailsrepo. - Production branch is
productiononhttps://github.com/columbiagsapp/GSAPPSkillTrailsrepo.
To setup production repo: remote add columbiagsapp https://github.com/columbiagsapp/GSAPPSkillTrails.git
To deploy to production:
git checkout productiongit merge mastergit push columbiagsapp production- (If you've cloned the
/columbiaGSAPPrepo, then it probably looks likegit push master production
- (If you've cloned the