Skip to content

Commit 1fda055

Browse files
Update README.md (#1)
1 parent 5bdfe59 commit 1fda055

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
11
# cf-tutor
22
Cloudflare CLI tutor
3+
4+
Cloudflare CLI tutor is an interactive learning tool to help new users understand Cloudflare Development Platform tools and concepts.
5+
6+
# Prerequisites
7+
cf-teach has the same prerequisites as Workers.
8+
9+
- Sign up for a Cloudflare account.
10+
- Install npm.
11+
- Install Node.js.
12+
13+
Please note that some of the content covered within this tool may require access to paid products within Cloudflare.
14+
15+
# Setup
16+
- Download the cf-tutor application here.
17+
- In your CLI, navigate to the cf-tutor folder using the cd command followed by the file path. You can either enter the full file path such as cd Documents/Projects/cf-teach or you can use cd multiple times to go folder by folder, for example: cd Documents , then press enter and follow with cd Projects so on and so forth.
18+
- Once you have entered the cf-teach application on your CLI, enter the command npm i to install all dependencies
19+
- Once the dependencies have installed, run npm start to run the application

0 commit comments

Comments
 (0)