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
Please join our [Mailing list](https://groups.google.com/forum/#!forum/open-event) or [chat channel](https://gitter.im/fossasia/open-event-frontend) to get in touch with the developers.
10
+
Please join our [mailing list](https://groups.google.com/forum/#!forum/open-event) or [chat channel](https://gitter.im/fossasia/open-event-frontend) to get in touch with the developers.
12
11
13
12
## Installation
14
-
15
13
Easily deployed on a variety of platforms. Detailed platform specific instructions have been provided below.
14
+
16
15
### Local
17
-
Clone or Fork the codebase and following instructions [below](https://github.com/fossasia/open-event-checkin/tree/development/.github/workflows)
16
+
Clone or Fork the codebase and following instructions [below](#running--development).
18
17
19
18
### Github Pages (using Github Actions)
20
-
Refer to our[workflow](https://github.com/fossasia/open-event-checkin/tree/development/.github/workflows) for deployment
19
+
Refer to the[workflow](https://github.com/fossasia/open-event-checkin/tree/development/.github/workflows) for deployment.
21
20
22
21
## Running / Development
23
22
@@ -69,13 +68,11 @@ npm build
69
68
70
69
**Master branch**
71
70
72
-
Deployed in a production environment at [https://checkin.eventyay.com](https://checkin-eventyay.com)
73
-
It consumes the API exposed by master branch deployment of open event server, hosted at [https://api.eventyay.com](https://api.eventyay.com)
71
+
Deployed in a production environment at [checkin.eventyay.com](https://checkin.eventyay.com) it consumes the API exposed by master branch deployment of open event server, hosted at [api.eventyay.com](https://api.eventyay.com).
74
72
75
73
#### Development branch
76
74
77
-
Only deployed locally with `npm run dev` or Netlify version when you make a pull request
78
-
It consumes the API exposed by development branch of open event server, hosted at [https://test-api.eventyay.com](https://test-api.eventyay.com)
75
+
Only deployed locally with `npm run dev` or Netlify when you make a pull request it consumes the API exposed by development branch of open event server, hosted at [test-api.eventyay.com](https://test-api.eventyay.com).
79
76
80
77
## Further Reading / Useful Links
81
78
@@ -98,9 +95,9 @@ It consumes the API exposed by development branch of open event server, hosted a
98
95
99
96
### Commits
100
97
101
-
- Write clear meaningful git commit messages (Do read [https://chris.beams.io/posts/git-commit/](https://chris.beams.io/posts/git-commit/))
102
-
- Make sure your PR's description contains GitHub's special keyword references that automatically close the related issue when the PR is merged. (More info at [https://github.com/blog/1506-closing-issues-via-pull-requests](https://github.com/blog/1506-closing-issues-via-pull-requests) )
103
-
- When you make very minor changes to a PR of yours (like for example fixing a failing Travis build or some small style corrections or minor changes requested by reviewers) make sure you squash your commits afterward so that you don't have an absurd number of commits for a very small fix. (Learn how to squash at [https://davidwalsh.name/squash-commits-git](https://davidwalsh.name/squash-commits-git) )
98
+
- Write clear meaningful git commit messages (Do read [chris.beams.io/posts/git-commit/](https://chris.beams.io/posts/git-commit/))
99
+
- Make sure your PR's description contains GitHub's special keyword references that automatically close the related issue when the PR is merged. (More info at [github.com/blog/1506-closing-issues-via-pull-requests](https://github.com/blog/1506-closing-issues-via-pull-requests) )
100
+
- When you make very minor changes to a PR of yours (like for example fixing a failing Travis build or some small style corrections or minor changes requested by reviewers) make sure you squash your commits afterward so that you don't have an absurd number of commits for a very small fix. (Learn how to squash at [davidwalsh.name/squash-commits-git](https://davidwalsh.name/squash-commits-git) )
104
101
- When you're submitting a PR for a UI-related issue, it would be really awesome if you add a screenshot of your change or a link to a deployment where it can be tested out along with your PR. It makes it very easy for the reviewers and you'll also get reviews quicker.
105
102
106
103
### Feature Requests and Bug Reports
@@ -116,4 +113,4 @@ When you file a feature request or when you are submitting a bug report to the [
116
113
117
114
This project is currently licensed under the [Apache License version 2.0](LICENSE).
118
115
119
-
To obtain the software under a different license, Please contact **[FOSSASIA](https://blog.fossasia.org/contact/)**.
116
+
To obtain the software under a different license, Please contact [FOSSASIA](https://blog.fossasia.org/contact/).
0 commit comments