From 595e4d73cfaeb4372fbd03c546ba56a8c1aa2974 Mon Sep 17 00:00:00 2001 From: Compr0mzd <83233183+Compr0mzd@users.noreply.github.com> Date: Wed, 13 Mar 2024 16:28:29 +0100 Subject: [PATCH] Update README.md Fix missing step in the README to include the generation of the manifest with `yarn build` which generate the manifest --- .github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index f9df79d..36c43a9 100644 --- a/.github/README.md +++ b/.github/README.md @@ -56,7 +56,7 @@ To run the app locally, or to make code changes, you'll need Node and Git instal Alternatively, just open this repo is Code Spaces, where everything is already configured and ready to go. ### Deploying -To deploy the app, follow the developing steps above, then run `yarn build.static`. You can then deploy it by copying the `dist/` directory to any CDN, web server or static hosting provider of your choice. +To deploy the app, follow the developing steps above, then run `yarn build`,`yarn build.static`. You can then deploy it by copying the `dist/` directory to any CDN, web server or static hosting provider of your choice. Alternatively, fork the repo and import into your providers dashboard. Or use the link below for an easy 1-click deploy 😉