-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #191 from jurij-jukic/section-5
Section 5: My First Kinode App
- Loading branch information
Showing
6 changed files
with
219 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# My First Kinode Application | ||
|
||
In these tutorials, you'll setup your development environment and learn about the `kit` tools. | ||
You'll learn about templates and also walk through writing an application from the group up, backend and frontend. | ||
You'll learn about templates and also walk through writing an application from the ground up, backend and frontend. | ||
And finally, you'll learn how to deploy applications through the Kinode app store. | ||
|
||
For the purposes of this documentation, terminal commands are provided as-is for ease of copying EXCEPT when the output of the command is also shown. | ||
For the purposes of this documentation, terminal commands are provided as-is for ease of copying except when the output of the command is also shown. | ||
In that case, the command is prepended with a `$ ` to distinguish the command from the output. | ||
The `$ ` should not be copied into the terminal. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.