bcgov / parks-reso-admin

Day Use Pass
Apache License 2.0
4 stars 13 forks source link

Update more technical parts of README.md #288

Closed simonlarocque closed 1 year ago

simonlarocque commented 1 year ago

Jira Ticket: BRS-1204

Jira Ticket URL: https://bcparksdigital.atlassian.net/jira/software/projects/BRS/boards/1?selectedIssue=BRS-1204

Description:

Added "Local Development" Section

Under that added

"## Development Server

yarn install
yarn start

Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files."

Add "Running unit tests" section with text

"yarn test-ci -- to run all tests.

yarn test-ci -- --include src/app/shared/components/metrics to run on a specific file