Skip to content

Developing

Freddie Mercurial (Jessica M.) edited this page Mar 25, 2022 · 11 revisions

Developing on HACC

You will be able to use HACC as a nuget package without checking out the toplevel development repository, but should you choose to make changes locally or contribute to HACC, you'll want to do a recursive clone of the HACC.Development repository.

If you're on Windows, I (@FreddieMercurial) highly recommend Git for Windows which will give you a Git Bash available under Windows Terminal.

  • Rider likes to put things under ~/RiderProjects/ (I think)
  • Visual studio likes to put things under ~/source/repos
  • @FreddieMercurial likes to put things under /s (for source) due to long path name issues

Git Bash:

$ cd /c/s 
$ git clone --recursive https://github.com/HACC-ers/HACC.Development
$ cd HACC.Development
$ ./setupKeybase.sh # sets up keybase remotes
Clone this wiki locally