diff --git a/.idea/workspace.xml b/.idea/workspace.xml index ab6e93e..b3e5be1 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,7 +4,9 @@ - + + + @@ -28,12 +30,12 @@ - - + + - - + + @@ -74,7 +76,7 @@ "keyToString": { "RunOnceActivity.ShowReadmeOnStart": "true", "RunOnceActivity.git.unshallow": "true", - "git-widget-placeholder": "develop", + "git-widget-placeholder": "main", "ignore.virus.scanning.warn.message": "true", "node.js.detected.package.eslint": "true", "node.js.detected.package.tslint": "true", diff --git a/README.md b/README.md index 3137bb6..a843a28 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ HelokuライクなPaaS OSS 自鯖のDiscordBotを作るのにCIでイメージなんて作りたくない! kubernetesを基盤として、Webコントロールパネルで簡単にアプリケーションをデプロイできます。 + + + ## 構築 Kubernetes環境をご用意ください。 @@ -15,4 +18,10 @@ kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/mast ``` kubectl apply -f k8s.yml -``` \ No newline at end of file +``` + +## 開発 +``` +npm i +npm run dev +```