forked from jsnbuchanan/crowd-funder-for-time-pwa
clean up build & test instructions
This commit is contained in:
@@ -227,10 +227,7 @@ Run local tests:
|
|||||||
npm run test-local
|
npm run test-local
|
||||||
```
|
```
|
||||||
|
|
||||||
Run all tests (includes building):
|
See [TESTING.md](test-playwright/TESTING.md) for more details.
|
||||||
```bash
|
|
||||||
npm run test-all
|
|
||||||
```
|
|
||||||
|
|
||||||
## Linting
|
## Linting
|
||||||
|
|
||||||
|
|||||||
21
README.md
21
README.md
@@ -19,21 +19,15 @@ npm install
|
|||||||
npm run dev
|
npm run dev
|
||||||
```
|
```
|
||||||
|
|
||||||
|
See [BUILDING.md](BUILDING.md) for more details.
|
||||||
|
|
||||||
See the test locations for "IMAGE_API_SERVER" or "PARTNER_API_SERVER" below, or use http://localhost:3000 for local endorser.ch
|
See the test locations for "IMAGE_API_SERVER" or "PARTNER_API_SERVER" below, or use http://localhost:3000 for local endorser.ch
|
||||||
|
|
||||||
### Build the test & production app
|
|
||||||
```
|
|
||||||
npm run serve
|
|
||||||
```
|
|
||||||
|
|
||||||
### Lint and fix files
|
|
||||||
```
|
|
||||||
npm run lint
|
|
||||||
```
|
|
||||||
|
|
||||||
### Run all UI tests
|
### Run all UI tests
|
||||||
|
|
||||||
Look below for the "test-all" instructions.
|
Look at [BUILDING.md](BUILDING.md) for the "test-all" instructions and [TESTING.md](test-playwright/TESTING.md) for more details.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Compile and minify for test & production
|
### Compile and minify for test & production
|
||||||
@@ -80,13 +74,6 @@ TIME_SAFARI_APP_TITLE="TimeSafari_Test" VITE_APP_SERVER=https://test.timesafari.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Tests
|
|
||||||
|
|
||||||
See [TESTING.md](test-playwright/TESTING.md) for detailed test instructions.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Icons
|
## Icons
|
||||||
|
|
||||||
To add an icon, add to main.ts and reference with `fa` element and `icon` attribute with the hyphenated name.
|
To add an icon, add to main.ts and reference with `fa` element and `icon` attribute with the hyphenated name.
|
||||||
|
|||||||
Reference in New Issue
Block a user