Skip to content

Initial setup

johncaruso edited this page Mar 14, 2019 · 4 revisions

Initial setup

  • Read Understanding the GitHub Flow
  • Install VS Code
  • Install the "Prettier" Visual Studio Code extension, and configure settings
    • Under User Settings > Prettier: Check "Require Config"
    • Under User Settings > Text Editor > Formatting: Enable "Format on save"
  • Fork this repo
    • Click the Fork button (upper right corner)
  • Clone your fork locally
    • git clone https://github.com/${your_username}/types-x.git
  • Add this repo as upstream remote
    • git remote add upstream https://github.com/u-now/types-x.git
  • Install development packages
    • cd types-x
    • npm install
  • Launch VS Code
    • code .
  • You are ready to start contributing
Clone this wiki locally