Skip to content

Commit b4db3d7

Browse files
committed
wip #6 web form for repo name
1 parent e869c7d commit b4db3d7

6 files changed

Lines changed: 2222 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ auto
55
__pycache__
66
venv
77
*.db
8+
target

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,16 @@
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
15+
cargo run
16+
```
817

918
## To start creating first create a token (PAT)</br>
1019
https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token
@@ -30,3 +39,5 @@ You will need a folder structure of
3039
after the first commit is being pushed to enable the pr-preview and deploy workflows</br>
3140

3241
### Enjoy your new repo!
42+
43+
# Web

0 commit comments

Comments
 (0)