|
|
@ -19,21 +19,15 @@ npm install |
|
|
|
npm run dev |
|
|
|
``` |
|
|
|
|
|
|
|
See the test locations for "IMAGE_API_SERVER" or "PARTNER_API_SERVER" below, or use http://localhost:3000 for local endorser.ch |
|
|
|
See [BUILDING.md](BUILDING.md) for more details. |
|
|
|
|
|
|
|
### Build the test & production app |
|
|
|
``` |
|
|
|
npm run serve |
|
|
|
``` |
|
|
|
See the test locations for "IMAGE_API_SERVER" or "PARTNER_API_SERVER" below, or use http://localhost:3000 for local endorser.ch |
|
|
|
|
|
|
|
### Lint and fix files |
|
|
|
``` |
|
|
|
npm run lint |
|
|
|
``` |
|
|
|
|
|
|
|
### 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 |
|
|
@ -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 |
|
|
|
|
|
|
|
To add an icon, add to main.ts and reference with `fa` element and `icon` attribute with the hyphenated name. |
|
|
|