File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ interpretation of the text. No machine learning involved.
11
11
12
12
## Starting development server
13
13
14
- After obtaining a local copy, You 'll need [ Deno] ( https://deno.com/ ) for this
15
- project. Then you'll need to install the dependencies before running any
16
- command: ` deno install ` .
14
+ After using ` git clone ` , you 'll need [ Deno] ( https://deno.com/ ) for this project.
15
+ Then you'll need to install the dependencies before running any command:
16
+ ` deno install ` .
17
17
18
- After this, you can start away by running ` deno task start ` then follow the link
19
- provide by the stdout to open a local copy of ilo Token. This server will
20
- auto-reload the webpage whenever there are changes to the code.
18
+ After this, you can start away by running ` deno task start ` then open the link
19
+ provided by the stdout to open a local copy of ilo Token. The server will
20
+ auto-reload the webpage whenever there are changes on the code.
21
21
22
22
Run ` deno task ` to see more useful command lines.
You can’t perform that action at this time.
0 commit comments