https://github.com/narumincho/rust-cloudrun
https://github.com/narumincho/rust-cloudrun
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/narumincho/rust-cloudrun
- Owner: narumincho
- Created: 2023-01-06T07:57:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-31T12:16:24.000Z (over 1 year ago)
- Last Synced: 2025-01-23T10:30:43.540Z (over 1 year ago)
- Language: Rust
- Size: 658 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust-cloudrun
[](https://gitpod.io#https://github.com/narumincho/rust-cloudrun)
GitHub でプライベートのメールアドレスを使っている場合のメール設定コマンドの例
(GitPod)
GitPod のバグのため. 報告されている (
https://github.com/gitpod-io/gitpod/issues/13323#issuecomment-1258232249 )
```bash
git config --global user.email 16481886+narumincho@users.noreply.github.com
```
## 実行方法
wasm-pack のインストールが必要です
```sh
cargo run -p client_build
cargo run -p server
```