Skip to content
This repository was archived by the owner on May 26, 2025. It is now read-only.

Commit 557f6b9

Browse files
authored
Update README.md
1 parent 2be2ad1 commit 557f6b9

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The app also has a web version, available for every citizen who wants to report
1818

1919
This project is built by amazing volunteers and you can be one of them! Here's a list of ways in [which you can contribute to this project](.github/CONTRIBUTING.md). If you want to make any change to this repository, please **make a fork first**.
2020

21-
Help us out by testing this project in the [staging environment](https://monitorizare-vot-ong-aw7z8ch8m.vercel.app/). If you see something that doesn't quite work the way you expect it to, open an Issue. Make sure to describe what you _expect to happen_ and _what is actually happening_ in detail.
21+
Help us out by testing this project in the [staging environment](https://monitorizare-vot-ong-git-develop.code4romania.vercel.app/login). If you see something that doesn't quite work the way you expect it to, open an Issue. Make sure to describe what you _expect to happen_ and _what is actually happening_ in detail.
2222

2323
If you would like to suggest new functionality, open an Issue and mark it as a __[Feature request]__. Please be specific about why you think this functionality will be of use. If you can, please include some visual description of what you would like the UI to look like, if you are suggesting new UI elements.
2424

@@ -44,30 +44,33 @@ MV related repos:
4444

4545
## Deployment
4646

47-
### Frontend app
48-
4947
This project was generated with [angular-cli](https://github.com/angular/angular-cli) version 1.0.0-beta.21.
5048

51-
#### Development server
49+
### Development server
50+
5251
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files. Run `ng serve --environment=qa` or `npm run start-qa` for a dev server with configs for QA. Run `ng serve --environment=prod` or `npm run start-prod` for a dev server with configs for Prod. If you also have the backend app running locally, you can run `ng serve --environment=local` or `npm run start-local` for a dev server with configs for local backend.
5352

54-
#### Code scaffolding
53+
### Code scaffolding
5554

5655
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive/pipe/service/class`.
5756

58-
#### Build
57+
### Build
5958

6059
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.
6160

62-
#### Running unit tests
61+
### Running unit tests
6362

6463
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
6564

66-
#### Running end-to-end tests
65+
### Running end-to-end tests
6766

6867
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
6968
Before running the tests make sure you are serving the app via `ng serve`.
7069

70+
### Staging environment
71+
72+
- preview environments available automatically on each PR powered by [Vercel](https://vercel.com/). Preview environment for `develop` branch: https://monitorizare-vot-ong-git-develop.code4romania.vercel.app/login
73+
7174
## Feedback
7275

7376
* Request a new feature on GitHub.

0 commit comments

Comments
 (0)