File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55__pycache__
66venv
77* .db
8+ target
Original file line number Diff line number Diff line change 44* issues template
55* repository secrets creation
66* dokku pr-previews and deployment workflows
7- * deletion of the dokku pr-previews after merge.
7+ * deletion of the dokku pr-previews after merge.
8+
9+ ## Run locally
10+
11+ 1 . [ Install rust] ( https://rustup.rs/ )
12+ 2 . Run web app:
13+ ```
14+ cd container-hosting # subdirectory same name
15+ cargo run
16+ ```
17+ 3 . Visit http://127.0.0.1:8000/
18+
819
920## To start creating first create a token (PAT)</br >
1021https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token
@@ -30,3 +41,4 @@ You will need a folder structure of
3041after the first commit is being pushed to enable the pr-preview and deploy workflows</br >
3142
3243### Enjoy your new repo!
44+
You can’t perform that action at this time.
0 commit comments