Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit d24e34c

Browse files
docs: add ProtoSchool markdown file to examples directory (#3173)
Adding a markdown file so ProtoSchool options will be surfaced to those looking for js-ipfs tutorial content in this directory. This links to a filtered list of ProtoSchool courses about IPFS. Co-authored-by: Alex Potsides <[email protected]>
1 parent 4565a3e commit d24e34c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
- npx json -I -f ./lerna.json -e "this.command.bootstrap.nohoist.push('ipfs-css', 'tachyons')"
136136
- npm run reset
137137
- npm install
138-
- npm run build -- $RUN_SINCE --scope={ipfs,ipfs-http-client}
138+
- npm run build -- --scope={ipfs,ipfs-http-client}
139139
- npm run test -- --scope=example* --concurrency=1
140140

141141
- stage: release-rc-npm

examples/protoschool.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# IPFS Tutorials at ProtoSchool
2+
3+
Explore [ProtoSchool's IPFS tutorials](https://proto.school/#/tutorials?course=ipfs) for interactive js-ipfs coding challenges, deep dives into DWeb concepts like content addressing, and more.
4+
5+
6+
<a href="https://proto.school/#/tutorials?course=ipfs">
7+
<img src="https://user-images.githubusercontent.com/19171465/87574498-721e2f00-c69c-11ea-88f8-ca99fbdc73b6.png" href="https://proto.school/#/tutorials?course=ipfs" width="550" alt="screenshot of IPFS tutorials at ProtoSchool"/>
8+
</a>

0 commit comments

Comments
 (0)