-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: 📝 added scaffold for basic tutorial docs
These will be written after v0.1.0 is published.
- Loading branch information
1 parent
9a04809
commit 23fd0a6
Showing
3 changed files
with
7 additions
and
3 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,5 +1,5 @@ | ||
# Building Your First App | ||
|
||
This section is a tutorial on building your first app with Perseus! | ||
This section is a tutorial on building your first app with Perseus! This will cover the basic usage of the Perseus CLI to build/serve your app, the setup of a routing system, and the creation of basic templates by teaching you by example how to create a simple site with an index page and an about page. | ||
|
||
TODO | ||
If learning by reading isn't really your thing, or you'd like a reference, you can see all the code in the `basic` example [here](https://github.com/arctic-hen7/perseus/tree/main/examples/basic). |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Installation and Setup | ||
|
||
TODO |