Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wip #6 web form for repo name #7

Merged
merged 4 commits into from
Jul 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ auto
__pycache__
venv
*.db
target
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,18 @@
* issues template
* repository secrets creation
* dokku pr-previews and deployment workflows
* deletion of the dokku pr-previews after merge.
* deletion of the dokku pr-previews after merge.

## Run locally

1. [Install rust](https://rustup.rs/)
2. Run web app:
```
cd container-hosting # subdirectory same name
cargo run
```
3. Visit http://127.0.0.1:8000/


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

### Enjoy your new repo!

Loading