Skip to content
Chad March edited this page Apr 2, 2016 · 1 revision

Welcome to the chadmarchpdx wiki!

Development Environment Setup

To setup the development environment, you'll need the following software installed:

  1. MySql Workbench
  2. Visual Studio Code
  3. Git Bash Optional

To clone the repo, follow these steps:

  1. If you haven't already, clone the repo to a directory on your machine.
  • Windows:

    C:\Git> git clone https://github.com/marchchad/chadmarchpdx.git

  • Linux:

    $ git clone https://github.com/marchchad/chadmarchpdx.git

  1. Change directories into the newly cloned repo.
  • Windows:

    C:\Git> cd chadmarchpdx

  • Linux:

    $ cd chadmarchpdx

Clone this wiki locally