Skip to content

Commit

Permalink
Merge pull request #257 from jxdv/fix-typo
Browse files Browse the repository at this point in the history
fix typo in README for build instruction
  • Loading branch information
Lissy93 authored Jun 14, 2024
2 parents 6730746 + 51fa9e6 commit bdddec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bdddec9

Please sign in to comment.