Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 515 Bytes

File metadata and controls

21 lines (17 loc) · 515 Bytes

Dev Env Setup

Setup instructions for a development environment, while a proper codespaces devcontainer.json is pending. Microsoft has documentation with additional details.

Essentials

Create a codespace on the main branch.

Start Cosmos DB Emulator

Start the emulator:

script/cosmosdb

Once started, install the emulator's certificate:

script/cosmoscert

Running the Static Web App

script/server