Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

SpeakingInBits/LacamasFair

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET Core CI Build

LacamasFair

Website revamp project for Lacamas Fair
Original Website

Getting Started

  • Must have Visual Studio 2019+ and ASP.NET Core 3.1.X installed
  • Clone/Download this repository onto your machine
  • Open the .sln file
  • Once you have the project launched, click the IIS Express button at the top of Visual Studio Editor to run the website

How to contribute

  • Create a new branch (Don't commit directly to master)
  • Assign yourself to the issue
  • Make a pull request (Note the issue you're closing in the pull request description)
  • Code Review (Someone else has to review your code)
  • Pull Request checks must pass to have your code accepted

Coding Style Guidelines

  • Project should follow standard Microsoft recommended C# .NET coding conventions
    See Microsoft Docs