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
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -193,7 +193,10 @@ To add a new activity's instructions onto the activities section of the website,
193
193
```
194
194
4. Make a Pull Request to merge your branch into **main**. Your activity will be added to the website once the PR is approved and merged.
195
195
196
-
## 🔬 Login Development
196
+
## 🔬 Local Development with HTTPS (required)
197
+
> [!IMPORTANT]
198
+
> As of the recent migration to OIDC with AWS Cognito, HTTPS dev sessions are required. In order to do so, please follow the directions below.
199
+
197
200
In order to develop with OIDC support locally, HTTPS is required for localhost. This can done easily by creating an SSL certificate for local use.
198
201
Here are the steps:
199
202
1. Run `mkcert localhost` to generate `localhost.pem` and `localhost-key.pem`
@@ -208,7 +211,11 @@ Here are the steps:
208
211
> Never share your generated `.pem`! The `.gitignore` file is preconfigured to ignore `.pem` files within commits. There are severe security complications in exposing your `.pem` files.
209
212
210
213
>[!NOTE]
211
-
> If you don't have access to the `mkcert` command on your system, refer [here](https://github.com/FiloSottile/mkcert) to install `mkcert`.
214
+
> If you don't have access to the `mkcert` command on your system, refer [here](https://github.com/FiloSottile/mkcert) to install `mkcert`.
215
+
> IE. For ubuntu with apt:
216
+
> 1. `sudo apt install libnss3-tools`
217
+
> 2. `sudo apt install mkcert`
218
+
> 3. Confirm your installation: `mkcert --version`
212
219
213
220
Similarly, some local environment variables must be specified in order to ensure functionality:
214
221
1. Create a copy of the file called `env.template`
Virtual and hybrid meetings will be hosted on our [Discord server](https://discord.com/invite/WC2NdqYtDt).
31
31
:::
32
32
33
33
**Meeting Format**:
34
34
35
-
-**🏫 Thursdays (In-person/Hybrid)**: These meetings follow a more structured format with two key segments:
36
-
-**📊 Presentation Section (6:30pm-7:00pm)**: Reserved for presentations, demos, and guest speakers. The content aligns with the weekly topics and provides an opportunity for members to learn from experts in the field.
37
-
-**💻 Hands-On Section (7:00pm-8:00pm)**: Focused on practical application of the concepts discussed during the presentation. Members work together on the semester project or other related activities, fostering collaboration and hands-on learning.
38
-
35
+
-**🏫 Thursdays (In-person/Hybrid)**: These meetings follow one of these two formats depending on the event:
36
+
-**📊 Presentation Schedule (6:30pm-8:30pm)**: Reserved for presentations, demos, and guest speakers. The content aligns with the weekly topics and provides an opportunity for members to learn from experts in the field.
37
+
-**Presentation Section (6:30pm - 7:30pm)**: The speaker will give their presentation followed by questions.
38
+
-**Discussion Section (7:30pm - 8:00pm)**: Enjoy some free pizza while discussing with peers and the guest speaker. 🍕
39
+
-**💻 Hands-On Schedule (6:00pm-8:00pm)**: Focused on practical application of the concepts discussed during the presentation. Members work together on the semester project or other related activities, fostering collaboration and hands-on learning.
40
+
-
39
41
:::info
40
42
- 🟢 Meeting with confirmed speakers/topics
41
43
- 🟡 Meeting details TBD/not yet confirmed
@@ -49,7 +51,7 @@ Virtual and hybrid meetings will be hosted on our [Discord server](https://disco
| 🟢 Week 2 | <h2>Kickoff Meeting: Spring 2025</h2> **[Event Details](Week2.mdx)** <br/> **Location:**[University Crossing, Room 402](https://www.uml.edu/maps/search/markers/77eb38fa-68c5-47aa-97b9-7271af7f8762?query=university%20cross) <br/> **Date & Time:** Thursday, Jan 30th, 6:30 PM - 8:00 PM <br/> **Description:** Our Kickoff Meeting for the Spring 2025 Semester! Enjoy some pizza on us as we introduce our club, some of our projects, and state our goals for the semester! |
54
+
| 🟢 Week 2 | <h2>Kickoff Meeting: Spring 2025</h2> **[Event Details](Week2.mdx)** <br/> **Location:**[Lydon Library Room 110](https://www.uml.edu/maps/categories/buildings/markers/49a132e2-1eb7-4557-b7da-aa9c47e35a21) <br/> **Date & Time:** Thursday, Jan 30th, 6:30 PM - 8:00 PM <br/> **Description:** Our Kickoff Meeting for the Spring 2025 Semester! Enjoy some pizza on us as we introduce our club, some of our projects, and state our goals for the semester! |
53
55
| 🟢 Week 3 | <h2>Week 3 Meeting</h2> **[Event Details](Week3.mdx)** <br/> **Location:**[Olsen Hall, Room 330](https://www.uml.edu/maps/markers/a5a27869-3f71-4883-89ae-c06588f6b5d0) <br/> **Date & Time:** Thursday, Feb 6th, 6:30 PM - 8:00 PM <br/> **Description:** Creating a Cloud Computing Club Account, begin accessing Coder development environments. Time permitting: Begin dicussing the Immersion project. |
54
56
| 🟢 Week 4 | <h2>Week 4 Meeting</h2> **[Event Details](Week4.mdx)** <br/> **Location:**[Olsen Hall, Room 330](https://www.uml.edu/maps/markers/a5a27869-3f71-4883-89ae-c06588f6b5d0) <br/> **Date & Time:** Thursday, Feb 13th, 6:30 PM - 8:00 PM <br/> **Description:** Split into teams and coordinate work on the Immersion Project. Teams: Front-End, API Team, Back-End |
55
57
| 🟢 Week 5 | <h2>Week 5 Meeting</h2> **[Event Details](Week5.mdx)** <br/> **Location:**[Olsen Hall, Room 330](https://www.uml.edu/maps/markers/a5a27869-3f71-4883-89ae-c06588f6b5d0) <br/> **Date & Time:** Thursday, Feb 20th, 6:30 PM - 8:00 PM <br/> **Description:** Present progress updates from each team and continue development on Immersion. |
0 commit comments