-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Chad March edited this page Apr 2, 2016
·
1 revision
To setup the development environment, you'll need the following software installed:
- MySql Workbench
- Visual Studio Code
- Git Bash Optional
To clone the repo, follow these steps:
- 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
- Change directories into the newly cloned repo.
-
Windows:
C:\Git> cd chadmarchpdx
-
Linux:
$ cd chadmarchpdx