Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
**/node_modules
**/.husky
**/.github
**/README.md
LICENSE
.prettierignore
.gitignore
28 changes: 28 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Contributors of Reflections | Projections Web

## Current Team

| Name | Role |
| -------------------------------------------------- | ------------- |
| [Jacob Edley](https://github.com/J164) | 2025 Web Team |
| [Miguel Aenlle](https://github.com/miguelaenlle) | 2025 Web Team |
| [Quinten Schafer](https://github.com/seventhriver) | 2025 Web Team |
| [Vani Ramesh](https://github.com/share-a-byte) | 2025 Web Team |
| [Aryan Bahl](https://github.com/Bahl-Aryan) | 2025 Dev Lead |
| [Ronit Anandani](https://github.com/anandani4136) | 2025 Dev Lead |

## Past Teams

| Name | Role |
| ---------------------------------------------- | ------------- |
| [Jeremy Wu](https://github.com/caupcakes) | 2024 Dev Team |
| [Dev Patel](https://github.com/Patle1234) | 2025 Dev Team |
| [Aydan Pirani](https://github.com/AydanPirani) | 2024 Dev Lead |
| [Divya Koya](https://github.com/divyack2) | 2024 Dev Lead |

## Individual Contributors

| Name | Role |
| ------------------------------------------------------- | ------------- |
| [Timothy Gonzalez](https://github.com/Timothy-Gonzalez) | 2025 Dev Team |
| [Shreenija Reddy Daggavolu](https://github.com/sdagg9) | 2024 Dev Team |
21 changes: 21 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
FROM node:18-alpine

# Install system dependencies (only what's absolutely necessary)
RUN apk add \
git \
tini \
bash

WORKDIR /shared

# Copy entrypoint script first and verify it exists
COPY ./entrypoint.sh /entrypoint.sh
RUN ls -la /entrypoint.sh && chmod +x /entrypoint.sh

COPY ./.env /

# Expose ports (Site, Admin, Info, Hype, Sponsor)
EXPOSE 3001 3002 3003 3004 3005

ENTRYPOINT ["tini", "--", "/entrypoint.sh"]

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ To create a new app:
```

2. Update the `package.json` in the new app:

- Replace all instances of `@rp/template` with `@rp/<new-app-name>`.
- Careful! `@rp/template` appears in multiple places in the `package.json`.

Expand Down
2 changes: 1 addition & 1 deletion apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@yudiel/react-qr-scanner": "^2.2.1",
"axios": "*",
"chart.js": "^4.4.9",
"formik": "^2.4.6",
"formik": "*",
"framer-motion": "*",
"lottie-react": "^2.4.1",
"moment": "^2.30.1",
Expand Down
2 changes: 2 additions & 0 deletions apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"@emotion/react": "*",
"@emotion/styled": "*",
"@rp/shared": "*",
"chakra-react-select": "*",
"formik": "*",
"framer-motion": "*",
"react": "*",
"react-dom": "*"
Expand Down
Binary file added apps/site/public/magistral.ttf
Binary file not shown.
9 changes: 9 additions & 0 deletions apps/site/public/registration/background.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions apps/site/public/registration/confirmation.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions apps/site/public/registration/page-one-shadow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions apps/site/public/registration/page-one.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
952 changes: 952 additions & 0 deletions apps/site/public/registration/page-two-shadow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
937 changes: 937 additions & 0 deletions apps/site/public/registration/page-two.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading