Skip to content

Commit f4202b3

Browse files
Merge pull request #7 from KarmaComputing/6-enter-repo-name-web-form
wip #6 web form for repo name
2 parents e869c7d + 5b33895 commit f4202b3

6 files changed

Lines changed: 2223 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: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,18 @@
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>
1021
https://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
3041
after the first commit is being pushed to enable the pr-preview and deploy workflows</br>
3142

3243
### Enjoy your new repo!
44+

0 commit comments

Comments
 (0)