From 47065784c0488cfcdf533bff8f3da0253485da4a Mon Sep 17 00:00:00 2001 From: Konstantin Komelin Date: Wed, 15 May 2024 20:21:05 +0700 Subject: [PATCH] docs: Updated readme: Added Frontend Deployment section. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9299f91..2bd3042 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,10 @@ pnpm start More commands in [package.json](https://github.com/kkomelin/sui-dapp-starter/blob/main/package.json) +## Frontend deployment + +Follow [this guide](https://github.com/kkomelin/sui-dapp-starter/wiki/Frontend:-Deployment-to-Firebase) to deploy the frontend app to Firebase. + ## Testing ```bash