# create local.setting.json
cp example.local.setting.json local.setting.json
dotnet build
Or run Visual Studio Code task: build
cd bin/Debug/netcoreapp2.1 && func start
Or run Visual Studio Code task: func: host start
Use Visual Studio Code: Start debugger Debug Functions App
dotnet test ./Tests
Or run Visual Studio Code task: test