Make sure you have setup your environment correctly, refer to this site to get started.
Go inside the BookClub
directory
Make sure you have the latest with:
$ dotnet restore
To build:
$ dotnet build
Go inside the BookClub.Tests
directory
Make sure you have the latest with:
$ dotnet restore
To run specs:
$ dotnet test
- Fork the repository to your github account
git clone
from your repositoy to your local PC- See the "Issues" section and grab one that you would like to work on
- Code code code
- Push your changes to your fork
- Open a Pull Request so it is reviewed by the mods
Articles that help: