diff --git a/README.md b/README.md index 173f8f6..00a3154 100644 --- a/README.md +++ b/README.md @@ -1 +1,32 @@ -# excalidraw-io \ No newline at end of file +# excalidraw-io + +## Requirements + +- [Node.js](https://nodejs.org/en/) +- [Google Cloud SDK](https://cloud.google.com/sdk/install) + +## Install + +``` +yarn +``` + +## Build + +``` +yarn build +``` + +## Run + +``` +yarn start +``` + +## Deploy + +Make sure you have access to the [`excalidraw-io`](https://console.cloud.google.com/home/dashboard?project=excalidraw-io) project. + +``` +yarn deploy +```