You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+14-10
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,28 @@
1
1
# CCF App Template
2
2
3
-
[](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=496290904&machine=basicLinux32gb&devcontainer_path=.devcontainer.json&location=WestEurope)
3
+
[](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/microsoft/ccf-app-template)
**The quickest way to build and run this sample CCF app is to create a GitHub codespace by clicking [here](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=496290904&machine=basicLinux32gb&devcontainer_path=.devcontainer.json&location=WestEurope).**
11
+
**The quickest way to build and run this sample CCF app is to checkout this repository locally in its development container by clicking:
12
+
[](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/microsoft/ccf-app-template)**
13
+
14
+
All dependencies will be automatically installed (takes ~2 mins on first checkout) and the app can be quickly [built](#build) and [run](#run) by following [the steps below](#build).
12
15
13
-
All dependencies will be automatically installed and the application can be quickly [built](#build) and [run](#run) by following the steps below.
14
16
15
17
Also check out the [code tour](#code-tour) to get an overview of the app.
16
18
19
+
Alternatively, if your organisation supports it, you can checkout this repository in a Github Codespace: [](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=496290904&machine=basicLinux32gb&devcontainer_path=.devcontainer.json&location=WestEurope)
If this repository is checked out on a bare VM (e.g. for SGX deployments), the dependencies required to build and run the CCF app can be installed as follows:
79
+
If this repository is checked out on a bare VM (e.g. [for SGX deployments](https://docs.microsoft.com/en-us/azure/confidential-computing/quick-create-portal)), the dependencies required to build and run the CCF app can be installed as follows:
0 commit comments