Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.08 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.08 KB

Build status

Getting Started

Make sure you have setup your environment correctly, refer to this site to get started.

Building the project

Go inside the BookClub directory

Make sure you have the latest with:

$ dotnet restore

To build:

$ dotnet build

Running Specs

Go inside the BookClub.Tests directory

Make sure you have the latest with:

$ dotnet restore

To run specs:

$ dotnet test

How to contribute

  1. Fork the repository to your github account
  2. git clone from your repositoy to your local PC
  3. See the "Issues" section and grab one that you would like to work on
  4. Code code code
  5. Push your changes to your fork
  6. Open a Pull Request so it is reviewed by the mods

Articles that help: