You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 26, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+11-8Lines changed: 11 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The app also has a web version, available for every citizen who wants to report
18
18
19
19
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**.
20
20
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.
22
22
23
23
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.
24
24
@@ -44,30 +44,33 @@ MV related repos:
44
44
45
45
## Deployment
46
46
47
-
### Frontend app
48
-
49
47
This project was generated with [angular-cli](https://github.com/angular/angular-cli) version 1.0.0-beta.21.
50
48
51
-
#### Development server
49
+
### Development server
50
+
52
51
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.
53
52
54
-
####Code scaffolding
53
+
### Code scaffolding
55
54
56
55
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive/pipe/service/class`.
57
56
58
-
####Build
57
+
### Build
59
58
60
59
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.
61
60
62
-
####Running unit tests
61
+
### Running unit tests
63
62
64
63
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
65
64
66
-
####Running end-to-end tests
65
+
### Running end-to-end tests
67
66
68
67
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
69
68
Before running the tests make sure you are serving the app via `ng serve`.
70
69
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
0 commit comments