Spaces:
Sleeping
Sleeping
Update README
Browse files
README.md
CHANGED
@@ -106,19 +106,16 @@ docker run -it -p 8080:8080 ai-deadlines
|
|
106 |
|
107 |
You can see it in your web browser at http://localhost:8080/.
|
108 |
|
109 |
-
##
|
110 |
-
|
111 |
-
This project is built with:
|
112 |
|
113 |
-
-
|
114 |
-
- TypeScript
|
115 |
-
- React
|
116 |
-
- shadcn-ui
|
117 |
-
- Tailwind CSS
|
118 |
|
119 |
-
|
|
|
|
|
|
|
120 |
|
121 |
-
|
122 |
|
123 |
```bash
|
124 |
gcloud auth login
|
@@ -126,6 +123,16 @@ gcloud auth application-default login
|
|
126 |
gcloud run deploy --source .
|
127 |
```
|
128 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
129 |
## License
|
130 |
|
131 |
This project is licensed under [MIT](LICENSE).
|
|
|
106 |
|
107 |
You can see it in your web browser at http://localhost:8080/.
|
108 |
|
109 |
+
## Deploy on the cloud
|
|
|
|
|
110 |
|
111 |
+
One way to deploy this on a cloud is by using [Artifact Registry](https://cloud.google.com/artifact-registry/docs) (for hosting the Docker image) and [Cloud Run](https://cloud.google.com/run?hl=en) (a serverless service by Google to run Docker containers).
|
|
|
|
|
|
|
|
|
112 |
|
113 |
+
Make sure to:
|
114 |
+
- create a [Google Cloud project](https://console.cloud.google.com/)
|
115 |
+
- set up a billing account
|
116 |
+
- have the [gcloud SDK installed](https://cloud.google.com/sdk/docs/install).
|
117 |
|
118 |
+
To deploy, simply run:
|
119 |
|
120 |
```bash
|
121 |
gcloud auth login
|
|
|
123 |
gcloud run deploy --source .
|
124 |
```
|
125 |
|
126 |
+
## Technologies used
|
127 |
+
|
128 |
+
This project is built with:
|
129 |
+
|
130 |
+
- Vite
|
131 |
+
- TypeScript
|
132 |
+
- React
|
133 |
+
- shadcn-ui
|
134 |
+
- Tailwind CSS
|
135 |
+
|
136 |
## License
|
137 |
|
138 |
This project is licensed under [MIT](LICENSE).
|