Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rassi0429 committed Feb 13, 2025
1 parent 179eae4 commit df97321
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
14 changes: 8 additions & 6 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ HelokuライクなPaaS OSS
自鯖のDiscordBotを作るのにCIでイメージなんて作りたくない!
kubernetesを基盤として、Webコントロールパネルで簡単にアプリケーションをデプロイできます。




## 構築
Kubernetes環境をご用意ください。

Expand All @@ -15,4 +18,10 @@ kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/mast

```
kubectl apply -f k8s.yml
```
```

## 開発
```
npm i
npm run dev
```

0 comments on commit df97321

Please sign in to comment.