Astro
{{description here}}
Prerequisites
Setting up the local dev environment
- first of all, make sure you have the prerequisites installed
- clone the repository
git clone https://github.com/ddjerqq/Astro.git
- ask one of your team members for the
.env
file
- to run the backend
dotnet run
Adding features
- make sure you target the dev branch
- name your branches in kebab-case for consistency e.g. feature-add-new-page
- name the PRs in the same way as the branches but with a more descriptive title e.g. Feature: added new page
- if the PR is Work In Progress prefix it with [WIP] and make it a draft PR
- open the PR and assign it to the project manager for review
Authors
This app was created using the Klean architecture ASP.NET template