Skip to content

Commit 0f61652

Browse files
Update README.md
1 parent e60c6a7 commit 0f61652

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

README.md

+18-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,27 @@
11
# Internet Computer sample applications
22

3-
Get started building on ICP with the sample applications in this repository.
3+
Get started building on ICP with the sample applications in this repository. From this repository, you can deploy, download, clone, fork, or share sample projects.
44

5-
From this repository, you can deploy, download, clone, fork, or share sample projects.
6-
7-
The projects and sample code are not, however, intended to be used as commercial applications and do not provide any explicit or implied support or warranty of any kind.
5+
The projects in this repository are not intended to be used as commercial applications and do not provide any explicit or implied support or warranty of any kind.
86

97
You can also contribute your own project or suggest updates to published projects using the standard GitHub workflow.
108

9+
## Sample applications
10+
11+
Code samples are organized by programming language:
12+
13+
- [Motoko](https://github.com/dfinity/examples/tree/master/motoko)
14+
- [Rust](https://github.com/dfinity/examples/tree/master/rust)
15+
- [C](https://github.com/dfinity/examples/tree/master/c)
16+
17+
Some examples include frontends written in a variety of frameworks, such as React, JavaScript, etc.
18+
19+
Additional frontend samples can be found in the following folders:
20+
21+
- [Svelte](https://github.com/dfinity/examples/tree/master/svelte)
22+
- [HTML](https://github.com/dfinity/examples/tree/master/hosting)
23+
- [Unity](https://github.com/dfinity/examples/tree/master/native-apps)
24+
1125
## Deploying samples
1226

1327
### GitHub Codespaces or Gitpod

0 commit comments

Comments
 (0)