Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 2.17 KB

README.md

File metadata and controls

62 lines (42 loc) · 2.17 KB

Guide for startup engineering

MVP Tools

Platforms

Editors

Universal dev tools

  • Trello free web-based project management application
  • Dropbox file hosting service
  • BitBucket web-based hosting service for projects, for GIT private projects
  • Nodejs javascript server-side
  • NPM package manager for JavaScript
  • Slack request to join the #coder slack channel from an admin

Stacks

Getting Started

  • Set up your platform
  • Pick an Editor
  • Install/join all Universal tools
  • Start with Web UI, everyone needs to understand Webdev basics

Sprints

How to ask for peer review
  • Create your repos inside of the devlabs team on bitbucket or github so everyone has read access
  • Request someone who knows your stack to review your commits and provide feedback
How to ask for support
  • Create an branch in your repo
    • be as detailed with your issue as possible (steps taken, approaches tried)
  • Create an Issue and request someone who knows your stack
How to provide support
  • Comment on the branch
  • Can also create a branch and scaffold the code a bit
  • Provide Links to online tutorials, documentation, that is more thorough for deeper investigation