forked from trent_larson/crowd-funder-for-time-pwa
Merge branch 'master' into deep_linking
chore: Clean up merge conflicts in documentation files - Resolve merge conflicts in BUILDING.md and CHANGELOG.md - Remove duplicate entries in documentation - Fix formatting inconsistencies from merge - Maintain consistent documentation style - Clean up git diff markers The cleanup improves documentation by: 1. Resolving all merge conflicts 2. Ensuring consistent formatting 3. Removing duplicate content 4. Maintaining documentation standards 5. Preserving change history
This commit is contained in:
23
README.md
23
README.md
@@ -17,23 +17,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
|
||||
See the test locations for "IMAGE_API_SERVER" or "PARTNER_API_SERVER" below, or use http://localhost:3000 for local endorser.ch
|
||||
|
||||
```bash
|
||||
npm run serve
|
||||
```
|
||||
|
||||
### Lint and fix files
|
||||
|
||||
```bash
|
||||
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
|
||||
|
||||
@@ -79,10 +71,17 @@ TIME_SAFARI_APP_TITLE="TimeSafari_Test" VITE_APP_SERVER=https://test.timesafari.
|
||||
|
||||
* Record the new hash in the changelog. Edit package.json to increment version & add "-beta", `npm install`, and commit. Also record what version is on production.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## 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.
|
||||
|
||||
Reference in New Issue
Block a user