mirror of
https://github.com/Lissy93/personal-security-checklist.git
synced 2025-07-15 03:09:32 -04:00
Merge pull request #257 from jxdv/fix-typo
fix typo in README for build instruction
This commit is contained in:
commit
bdddec92d7
1 changed files with 1 additions and 1 deletions
2
.github/README.md
vendored
2
.github/README.md
vendored
|
@ -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`
|
3. Install dependencies: `yarn`
|
||||||
4. Start the development server: `yarn dev`
|
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
|
### 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.
|
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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue