From 51fa9e65eb8160b0e4fb4d884320bf2e8bf4f4f8 Mon Sep 17 00:00:00 2001 From: jxdv Date: Fri, 14 Jun 2024 17:50:35 +0200 Subject: [PATCH] fix typo in README for build instruction --- .github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index f143f6a..45c5372 100644 --- a/.github/README.md +++ b/.github/README.md @@ -54,7 +54,7 @@ To run the app locally, or to make code changes, you'll need Node and Git instal 3. Install dependencies: `yarn` 4. Start the development server: `yarn dev` -Alternatively, just open this repo is Code Spaces, where everything is already configured and ready to go. +Alternatively, just open this repo in 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`,`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.