Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tpetchel committed Oct 30, 2019
1 parent 16f79f7 commit 6b46cc1
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,27 +26,34 @@ Taxonomies for products and languages: https://review.docs.microsoft.com/new-hop

| File/folder | Description |
|--------------------------|-------------|
| `Tailspin.SpaceGame.Web.sln` | Visual Studio solution.|
| `Tailspin.SpaceGame.Web` | Application source code.|
| `.gitignore` | Defines what to ignore at commit time. |
| `CODE_OF_CONDUCT.md` | Microsoft Open Source Code of Conduct. |
| `README.md` | This README file. |
| `gulpfile.js` | Minifies web assets. |
| `LICENSE` | The license for the sample. |
| `package.json`, `package-lock.json` | Specifies required Node packages. |
| `README.md` | This README file. |
| `SECURITY.md` | Guidelines for reporting security issues. |

## Prerequisites

- An Azure subscription
- An Azure DevOps account
- Visual Studio Code
- .NET Core 2.1
- Git
- A GitHub account

## Setup

Load this project in Visual Studio Code. Then open the integrated terminal.

## Runnning the sample

## Key concepts
The Microsoft Learn modules explain everything you need to run the sample locally and how to build and deploy it through Azure Pipelines.

To run the sample locally:

```bash
dotnet run --project Tailspin.SpaceGame.Web
```

## Contributing

Expand Down

0 comments on commit 6b46cc1

Please sign in to comment.