-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
why do we must run it with https in localhost? #1
Comments
npm start
Hello @HenriqueDerosa !
I didn't get to work much on this app apart from generating the scaffold. I was concentrating more on converting the core The TypeScript based It would be awesome for you to contribute to this project! Historically, other contributors in this organization just use PR's or Project discussions to communicate with one another. We used to have a Gitter channel, but we shut it down because no one was really using it. |
Okay, that's nice. |
Also @pejulian I would like to talk with some other way because I didn't get what is the idea of this frontend application. What and how would you show things in the calendar? |
Hi Henrique,
It is not necessary to use HTTPS.
I was simply trying it out the setup in my local machine to see how things
worked.
We can revert back to plain HTTP for development :)
…On Wed, Apr 29, 2020 at 9:17 AM Henrique Derosa ***@***.***> wrote:
Okay, that's nice.
@pejulian <https://github.com/pejulian> can you explain why do you need
to use HTTPS in localhost ? Or it is not necessary? If so, I would
recommend keeping its default value.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA63MF3PNPSYAYY2CHWYZFTRO55Z5ANCNFSM4MTH32TA>
.
--
Thanks & Regards,
*Julian Pereira*
|
Hello Henrique,
Basically, this front end application targets to visualize all the
functionality provided by romcal.
The base functionality is to show the liturgical celebration on the current
day (according to the end user system date).
The calendar view allows the user to see all the celebrations within the
given month or week (depending on the calendar view selected).
Then, there are many other functions to enhance the viewing experience like:
1. Indicating the Ferial cycle
2. Marking the dates in the calendar with the liturgical color
3. Indicating the liturgical season
Further to this, there can be special queries available for the user to
"ask" romcal for a specific range of dates, for example:
1. Get all dates in the season of Easter, Holy Week, Christmastide or
Ordinary Time
2. Group dates by their type (Solemnity, Memorial, Commemoration etc)
3. ... and more as exposed by the romcal API
These queries can then be presented to the user as a list or in some other
innovative way to help them visualize the results.
…On Wed, Apr 29, 2020 at 9:28 AM Henrique Derosa ***@***.***> wrote:
Also @pejulian <https://github.com/pejulian> I would like to talk with
some other way because I didn't get what is the idea of this frontend
application. What and how would you show things in the calendar?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA63MF2AQCDZUNHZRHHQYCTRO57EZANCNFSM4MTH32TA>
.
--
Thanks & Regards,
*Julian Pereira*
|
Either using
npm
oryarn
it doesnt work. Even if I set a different PORT.Accessing it I get the default chrome error
This page isn’t working
Edit: Then I realized this is caused by
HTTPS=true
in .env file. Is this really needed @pejulian ? Sounds like .env should not be in the repository, but just an exampleCould we create a
.env.example
instead, and explain why https is needed with a short comment or in the readme file?The text was updated successfully, but these errors were encountered: