fix: Changed readme to test gpg key
All checks were successful
Run Unit and Integration Tests / test (push) Successful in 41s
All checks were successful
Run Unit and Integration Tests / test (push) Successful in 41s
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
## Welcome
|
# Welcome
|
||||||
|
|
||||||
This site contains information relating to my personal situation, however, you are able to clone this project and change the `me.json` file to update this as required.
|
This site contains information relating to my personal situation, however, you are able to clone this project and change the `me.json` file to update this as required.
|
||||||
|
|
||||||
@@ -26,6 +26,7 @@ Get starting but installing all of the dependencies of the project.
|
|||||||
```bash
|
```bash
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
|
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
|
||||||
@@ -33,12 +34,14 @@ Once you've created a project and installed dependencies with `npm install` (or
|
|||||||
```bash
|
```bash
|
||||||
npm run dev
|
npm run dev
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# or start the server and open the app in a new browser tab
|
# or start the server and open the app in a new browser tab
|
||||||
npm run dev -- --open
|
npm run dev -- --open
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
@@ -49,6 +52,7 @@ To create a production version of the app:
|
|||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
You can preview the production build with `npm run preview`.
|
You can preview the production build with `npm run preview`.
|
||||||
|
Reference in New Issue
Block a user